Home
last modified time | relevance | path

Searched refs:nmalloc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstrngmem.c40 unsigned long nmalloc; /* The number of strings allocated with malloc */ member
82 sm->nmalloc = 0; in _new_StringMem()
117 if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) { in _del_StringMem()
169 sm->nmalloc++; in _new_StringMemString()
212 sm->nmalloc--; in _del_StringMemString()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c76 nmalloc(size_t size) in nmalloc() function
272 int *tmp = (int *)nmalloc(sizeof (int)); in ParsePageList()
422 header = (HEADER *) nmalloc(sizeof (*header)); in DocumentHeader()
446 trailer = (TRAILER *) nmalloc(sizeof (*trailer)); in DocumentTrailer()
477 global = (GLOBAL *) nmalloc(sizeof (GLOBAL)); in DocumentGlobals()
534 page = (PAGE *) nmalloc(sizeof (PAGE)); in DocumentPages()
549 label = (char *)nmalloc((tmp_end - tmp) + 1); in DocumentPages()
589 document = (DOCUMENT *) nmalloc(sizeof (DOCUMENT)); in DocumentParse()
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h48 static int nmalloc, nrealloc, nfree; variable
H A Dmalloc.c177 COUNT(nmalloc); in malloc_unlocked()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h46 static int nmalloc, nrealloc, nfree; variable
H A Dmalloc.c183 COUNT(nmalloc); in _malloc_unlocked()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c230 static int nmalloc; variable
322 for (i = 0; i < nmalloc; i ++) in egrepinit()
324 nmalloc = 0; in egrepinit()
732 mallocs[nmalloc++] = x; in egmalloc()
733 if (nmalloc >= MAXMALLOCS) in egmalloc()
734 nmalloc = MAXMALLOCS - 1; in egmalloc()