Searched refs:allocator_cache (Results 1 – 12 of 12) sorted by relevance
25 static THREADLOCAL AllocatorCache allocator_cache; variable26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache()
22 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
144 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()145 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
21 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
76 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache)); in GetAllocatorCache()77 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache); in GetAllocatorCache()
56 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
101 AllocatorSwallowThreadLocalCache(allocator_cache()); in Destroy()
184 allocated = allocator.Allocate(t->allocator_cache(), size, alignment); in HwasanAllocate()339 allocator.Deallocate(t->allocator_cache(), aligned_ptr); in HwasanDeallocate()
72 AllocatorCache allocator_cache; member
204 return &ms->allocator_cache; in GetAllocatorCache()
193 AllocatorCache allocator_cache; member
267 return &ms->allocator_cache; in GetAllocatorCache()