Searched refs:znalloc (Results 1 – 3 of 3) sorted by relevance
32 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes);
64 while ((res = znalloc(&MallocPool, bytes)) == NULL) { in Malloc()
89 znalloc(MemPool *mp, uintptr_t bytes) in znalloc() function