Searched defs:alloc_cache (Results 1 – 2 of 2) sorted by relevance
72 struct alloc_cache { struct76 struct alloc_cache* super; argument78 alloc_special_type* quar;80 size_t num_quar;82 int thread_num;107 void alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, argument
116 AllocatorCache alloc_cache; member