nmalloc
int *tmp = (int *)nmalloc(sizeof (int));
header = (HEADER *) nmalloc(sizeof (*header));
trailer = (TRAILER *) nmalloc(sizeof (*trailer));
global = (GLOBAL *) nmalloc(sizeof (GLOBAL));
page = (PAGE *) nmalloc(sizeof (PAGE));
label = (char *)nmalloc((tmp_end - tmp) + 1);
document = (DOCUMENT *) nmalloc(sizeof (DOCUMENT));
static int nmalloc, nrealloc, nfree;
COUNT(nmalloc);
if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) {
sm->nmalloc++;
sm->nmalloc--;
unsigned long nmalloc; /* The number of strings allocated with malloc */
sm->nmalloc = 0;
static int nmalloc, nrealloc, nfree;
COUNT(nmalloc);
static int nmalloc;
for (i = 0; i < nmalloc; i ++)
nmalloc = 0;
mallocs[nmalloc++] = x;
if (nmalloc >= MAXMALLOCS)
nmalloc = MAXMALLOCS - 1;