Searched refs:InitCache (Results 1 – 8 of 8) sorted by relevance
55 InitCache(c); in Deallocate()87 void InitCache(PerClass *c) { in InitCache() function101 InitCache(c); in Refill()180 InitCache(c); in Deallocate()216 void InitCache(PerClass *c) { in InitCache() function243 InitCache(c); in Refill()
155 void InitCache(AllocatorCache *cache) { in InitCache() function
164 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()165 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
91 void InitCache(Cache *c) { in InitCache() function
175 internal_allocator()->InitCache(&cache); in ResetClocks()
52 void AllocatorThreadStart() { allocator.InitCache(GetAllocatorCache()); } in AllocatorThreadStart()
176 allocator.InitCache(GetAllocatorCache(this)); in Init()
169 void AllocatorThreadStart(AllocatorCache *cache) { allocator.InitCache(cache); } in AllocatorThreadStart()