Lines Matching defs:alloc
67 prealloc(struct alloc_cache* alloc) in prealloc()
85 prealloc_blocks(struct alloc_cache* alloc, size_t num) in prealloc_blocks()
102 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init()
129 alloc_clear(struct alloc_cache* alloc) in alloc_clear()
172 alloc_get_id(struct alloc_cache* alloc) in alloc_get_id()
191 alloc_special_obtain(struct alloc_cache* alloc) in alloc_special_obtain()
231 pushintosuper(struct alloc_cache* alloc, alloc_special_t* mem) in pushintosuper()
256 alloc_special_release(struct alloc_cache* alloc, alloc_special_t* mem) in alloc_special_release()
281 alloc_stats(struct alloc_cache* alloc) in alloc_stats()
287 size_t alloc_get_mem(struct alloc_cache* alloc) in alloc_get_mem()
306 alloc_reg_obtain(struct alloc_cache* alloc) in alloc_reg_obtain()
319 alloc_reg_release(struct alloc_cache* alloc, struct regional* r) in alloc_reg_release()
334 alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*), in alloc_set_id_cleanup()