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

/freebsd-10.0-release/lib/libstand/
H A Dzalloc_protos.h32 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes);
H A Dzalloc.c74 * znalloc() - allocate memory (without zeroing) from pool. Call reclaim
80 znalloc(MemPool *mp, uintptr_t bytes) function
H A Dzalloc_malloc.c64 while ((res = znalloc(&MallocPool, bytes)) == NULL) {

Completed in 72 milliseconds