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