Symbol: nmalloc
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
272
int *tmp = (int *)nmalloc(sizeof (int));
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
422
header = (HEADER *) nmalloc(sizeof (*header));
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
446
trailer = (TRAILER *) nmalloc(sizeof (*trailer));
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
477
global = (GLOBAL *) nmalloc(sizeof (GLOBAL));
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
534
page = (PAGE *) nmalloc(sizeof (PAGE));
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
549
label = (char *)nmalloc((tmp_end - tmp) + 1);
usr/src/cmd/lp/filter/postscript/postreverse/postreverse.c
589
document = (DOCUMENT *) nmalloc(sizeof (DOCUMENT));
usr/src/lib/libc/port/gen/mallint.h
46
static int nmalloc, nrealloc, nfree;
usr/src/lib/libc/port/gen/malloc.c
183
COUNT(nmalloc);
usr/src/lib/libtecla/common/strngmem.c
117
if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) {
usr/src/lib/libtecla/common/strngmem.c
169
sm->nmalloc++;
usr/src/lib/libtecla/common/strngmem.c
212
sm->nmalloc--;
usr/src/lib/libtecla/common/strngmem.c
40
unsigned long nmalloc; /* The number of strings allocated with malloc */
usr/src/lib/libtecla/common/strngmem.c
82
sm->nmalloc = 0;
usr/src/lib/watchmalloc/common/mallint.h
48
static int nmalloc, nrealloc, nfree;
usr/src/lib/watchmalloc/common/malloc.c
177
COUNT(nmalloc);
usr/src/tools/cscope-fast/cgrep.c
230
static int nmalloc;
usr/src/tools/cscope-fast/cgrep.c
322
for (i = 0; i < nmalloc; i ++)
usr/src/tools/cscope-fast/cgrep.c
324
nmalloc = 0;
usr/src/tools/cscope-fast/cgrep.c
732
mallocs[nmalloc++] = x;
usr/src/tools/cscope-fast/cgrep.c
733
if (nmalloc >= MAXMALLOCS)
usr/src/tools/cscope-fast/cgrep.c
734
nmalloc = MAXMALLOCS - 1;