Searched refs:allocator_cache (Results 1 – 8 of 8) sorted by relevance
26 static THREADLOCAL AllocatorCache allocator_cache; variable27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
136 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()137 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
53 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
80 AllocatorSwallowThreadLocalCache(allocator_cache()); in Destroy()
152 allocated = allocator.Allocate(t->allocator_cache(), size, alignment); in HwasanAllocate()250 allocator.Deallocate(t->allocator_cache(), aligned_ptr); in HwasanDeallocate()
213 AllocatorCache allocator_cache; member
211 return &ms->allocator_cache; in GetAllocatorCache()