HomeSort by relevance Sort by last modified time
    Searched refs:nmalloc (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libtecla/common/
strngmem.c 42 unsigned long nmalloc; /* The number of strings allocated with malloc */ member in struct:StringMem
84 sm->nmalloc = 0;
119 if(!force && (sm->nmalloc > 0 || _busy_FreeListNodes(sm->fl) > 0)) {
171 sm->nmalloc++;
214 sm->nmalloc--;
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postreverse/
postreverse.c 78 nmalloc(size_t size) function
274 int *tmp = (int *)nmalloc(sizeof (int));
424 header = (HEADER *) nmalloc(sizeof (*header));
448 trailer = (TRAILER *) nmalloc(sizeof (*trailer));
479 global = (GLOBAL *) nmalloc(sizeof (GLOBAL));
536 page = (PAGE *) nmalloc(sizeof (PAGE));
551 label = (char *)nmalloc((tmp_end - tmp) + 1);
591 document = (DOCUMENT *) nmalloc(sizeof (DOCUMENT));
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
mallint.h 50 static int nmalloc, nrealloc, nfree; variable
malloc.c 179 COUNT(nmalloc);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
mallint.h 48 static int nmalloc, nrealloc, nfree; variable
malloc.c 185 COUNT(nmalloc);
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
cgrep.c 233 static int nmalloc; variable
325 for (i = 0; i < nmalloc; i ++)
327 nmalloc = 0;
737 mallocs[nmalloc++] = x;
738 if (nmalloc >= MAXMALLOCS)
739 nmalloc = MAXMALLOCS - 1;
    [all...]

Completed in 2879 milliseconds