Searched refs:znalloc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc_protos.h32 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes);
H A Dzalloc.c83 * znalloc() - allocate memory (without zeroing) from pool. Call reclaim
89 znalloc(MemPool *mp, uintptr_t bytes) function
H A Dzalloc_malloc.c64 while ((res = znalloc(&MallocPool, bytes)) == NULL) {

Completed in 58 milliseconds