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

  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
bt_debug.c 315 u_long ifree, lfree, nkeys; local
322 nkeys = ifree = lfree = 0;
334 lfree += h->upper - h->lower;
371 ((double)(pleaf - lfree) / pleaf) * 100,
372 pleaf - lfree, lfree);
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
alloc.c 269 lfree(void *ptr, size_t size) function
291 * to pthread_attr_destroy() who then calls lfree() with
315 thr_panic("lfree() called with a misaligned pointer");
371 lfree(ptr, ptr->private_size);
383 lfree(ptr, ptr->private_size);
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
malloc.c 273 * Replace both free() and lfree() (libc's private memory allocator).
295 lfree(void *ptr, size_t size) function

Completed in 120 milliseconds