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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c285 * Replace both free() and lfree() (libc's private memory allocator).
307 lfree(void *ptr, size_t size) function
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c315 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);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c271 lfree(void *ptr, size_t size) function
293 * to pthread_attr_destroy() who then calls lfree() with
317 thr_panic("lfree() called with a misaligned pointer");
373 lfree(ptr, ptr->private_size);
385 lfree(ptr, ptr->private_size);

Completed in 58 milliseconds