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

  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
mallint.h 50 static int nmalloc, nrealloc, nfree; variable
malloc.c 293 COUNT(nrealloc);
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
mallint.h 48 static int nmalloc, nrealloc, nfree; variable
malloc.c 314 COUNT(nrealloc);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postreverse/
postreverse.c 91 nrealloc(void *ptr, size_t size) function
492 globals = (GLOBAL **) nrealloc(globals,
530 pages = (PAGE **) nrealloc(pages,

Completed in 120 milliseconds