Searched defs:lmalloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c154 * Replace both malloc() and lmalloc() (libc's private memory allocator).
157 #pragma weak lmalloc = malloc macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c49 * because pointers returned by lmalloc() are stored in the
52 * Memory blocks returned by lmalloc() are initialized to zero.
81 * On the very first lmalloc(), before any memory has been allocated,
181 lmalloc(size_t size) function
351 if ((ptr = lmalloc(size)) == NULL)
364 if ((ptr = lmalloc(size)) == NULL)

Completed in 56 milliseconds