Searched defs:nrealloc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h48 static int nmalloc, nrealloc, nfree; variable
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h50 static int nmalloc, nrealloc, nfree; variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c91 nrealloc(void *ptr, size_t size) function
492 globals = (GLOBAL **) nrealloc(globals,
530 pages = (PAGE **) nrealloc(pages,

Completed in 60 milliseconds