znalloc
while ((res = znalloc(&MallocPool, bytes, alignment)) == NULL) {
Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align);