Lines Matching refs:alloc_cache
67 prealloc_setup(struct alloc_cache* alloc) in prealloc_setup()
86 prealloc_blocks(struct alloc_cache* alloc, size_t num) in prealloc_blocks()
103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init()
131 alloc_clear_special_list(struct alloc_cache* alloc) in alloc_clear_special_list()
146 alloc_clear_special(struct alloc_cache* alloc) in alloc_clear_special()
160 alloc_clear(struct alloc_cache* alloc) in alloc_clear()
195 alloc_get_id(struct alloc_cache* alloc) in alloc_get_id()
214 alloc_special_obtain(struct alloc_cache* alloc) in alloc_special_obtain()
254 pushintosuper(struct alloc_cache* alloc, alloc_special_type* mem) in pushintosuper()
279 alloc_special_release(struct alloc_cache* alloc, alloc_special_type* mem) in alloc_special_release()
304 alloc_stats(struct alloc_cache* alloc) in alloc_stats()
310 size_t alloc_get_mem(struct alloc_cache* alloc) in alloc_get_mem()
329 alloc_reg_obtain(struct alloc_cache* alloc) in alloc_reg_obtain()
342 alloc_reg_release(struct alloc_cache* alloc, struct regional* r) in alloc_reg_release()
357 alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*), in alloc_set_id_cleanup()