HomeSort by relevance Sort by last modified time
    Searched defs:realfree (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
malloc.c 90 static void realfree(void *);
285 realfree(DATA(tp));
402 realfree(DATA(np));
477 * realfree().
488 realfree(void *old) function
693 realfree(DATA(Bottom));
850 * realfree(). This allows the contents of free blocks to
892 realfree(flist[freeidx]);
918 realfree(*flp);
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 71 static void realfree(void *);
270 realfree(DATA(tp));
390 realfree(DATA(np));
470 * realfree().
480 realfree(void *old) function
736 realfree(DATA(Bottom));
1088 realfree(old);

Completed in 180 milliseconds