Searched refs:nmalloc (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmstats.h60 int nmalloc[NBUCKETS]; member in struct:_malstats
H A Dstats.c57 v.nused = _mstats.nmalloc[size];
H A Dmalloc.c24 * @(#)nmalloc.c 1 (Caltech) 2/21/82
314 fprintf (stderr, _("\r\nmalloc: %s:%d: assertion botched\r\n"),
817 _mstats.nmalloc[nunits]++;
949 _mstats.nmalloc[nunits]--;
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclAlloc.c145 * nmalloc[i] is the difference between the number of mallocs and frees
149 static unsigned int nmalloc[NBUCKETS+1]; variable
245 nmalloc[i] = 0;
249 nmalloc[i] = 0;
310 nmalloc[NBUCKETS]++;
361 nmalloc[bucket]++;
483 nmalloc[NBUCKETS]--;
496 nmalloc[size]--;
576 nmalloc[NBUCKETS]++;
663 fprintf(stderr, " %d", nmalloc[
[all...]
/macosx-10.10.1/nano-12/src/
H A Dcolor.c155 e->ext = (regex_t *)nmalloc(sizeof(regex_t));
190 tmpcolor->start = (regex_t *)nmalloc(sizeof(regex_t));
196 tmpcolor->end = (regex_t *)nmalloc(sizeof(regex_t));
H A Drcfile.c280 syntaxes = (syntaxtype *)nmalloc(sizeof(syntaxtype));
283 endsyntax->next = (syntaxtype *)nmalloc(sizeof(syntaxtype));
332 newext = (exttype *)nmalloc(sizeof(exttype));
535 newcolor = (colortype *)nmalloc(sizeof(colortype));
H A Dutils.c362 void *nmalloc(size_t howmuch) function
502 openfile->filebot->next = (filestruct *)nmalloc(sizeof(filestruct));
H A Dnano.c56 filestruct *newnode = (filestruct *)nmalloc(sizeof(filestruct));
73 dst = (filestruct *)nmalloc(sizeof(filestruct));
181 p = (partition *)nmalloc(sizeof(partition));
349 openfile->fileage = (filestruct *)nmalloc(sizeof(filestruct));
453 (openfilestruct *)nmalloc(sizeof(openfilestruct));
H A Dglobal.c236 *shortcutage = (shortcut *)nmalloc(sizeof(shortcut));
241 s->next = (shortcut *)nmalloc(sizeof(shortcut));
1249 toggles = (toggle *)nmalloc(sizeof(toggle));
1254 u->next = (toggle *)nmalloc(sizeof(toggle));
H A Dwinio.c145 key_buffer = (int *)nmalloc(sizeof(int));
275 input = (int *)nmalloc(input_len * sizeof(int));
422 seq = (int *)nmalloc(byte_mb_len *
1519 input = (int *)nmalloc(output_len * sizeof(int));
1600 seq = (int *)nmalloc(uni_mb_len * sizeof(int));
H A Dnano.h54 #define charalloc(howmuch) (char *)nmalloc((howmuch) * sizeof(char))
H A Dfiles.c147 (struct stat *)nmalloc(sizeof(struct stat));
295 filestruct *fileptr = (filestruct *)nmalloc(sizeof(filestruct));
1687 (struct stat *)nmalloc(sizeof(struct stat));
H A Dbrowser.c495 filelist = (char **)nmalloc(filelist_len * sizeof(char *));
H A Dproto.h709 void *nmalloc(size_t howmuch);
H A Dtext.c2157 spellargs = (char **)nmalloc(arglen * sizeof(char *));
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.alloc.c142 * nmalloc[i] is the difference between the number of mallocs and frees
145 static U_int nmalloc[NBUCKETS] IZERO_STRUCT;
222 nmalloc[bucket]++;
332 nmalloc[size]--;
592 xprintf(" %4d", nmalloc[i]);
593 totused += nmalloc[i] * (1 << (i + 3));

Completed in 181 milliseconds