Searched refs:nmalloc (Results 1 – 7 of 7) sorted by relevance
42 unsigned long nmalloc; /* The number of strings allocated with malloc */ member84 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()
78 nmalloc(size_t size) in nmalloc() function274 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()
50 static int nmalloc, nrealloc, nfree; variable
179 COUNT(nmalloc); in malloc_unlocked()
48 static int nmalloc, nrealloc, nfree; variable
185 COUNT(nmalloc); in _malloc_unlocked()
233 static int nmalloc; variable325 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()