Home
last modified time | relevance | path

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

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