Searched defs:nmalloc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstrngmem.c42 unsigned long nmalloc; /* The number of strings allocated with malloc */ member in struct:StringMem
84 sm->nmalloc = 0;
119 if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) {
171 sm->nmalloc++;
214 sm->nmalloc--;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h48 static int nmalloc, nrealloc, nfree; variable
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h50 static int nmalloc, nrealloc, nfree; variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c78 nmalloc(size_t size) function
274 int *tmp = (int *)nmalloc(sizeof (int));
424 header = (HEADER *) nmalloc(sizeof (*header));
448 trailer = (TRAILER *) nmalloc(sizeof (*trailer));
479 global = (GLOBAL *) nmalloc(sizeof (GLOBAL));
536 page = (PAGE *) nmalloc(sizeof (PAGE));
551 label = (char *)nmalloc((tmp_end - tmp) + 1);
591 document = (DOCUMENT *) nmalloc(sizeof (DOCUMENT));
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c233 static int nmalloc; variable
325 for (i = 0; i < nmalloc; i ++)
327 nmalloc = 0;
737 mallocs[nmalloc++] = x;
738 if (nmalloc >= MAXMALLOCS)
739 nmalloc = MAXMALLOCS - 1;

Completed in 82 milliseconds