Lines Matching defs:AllocatorCache
148 using AllocatorCache = Allocator::AllocatorCache;
152 static AllocatorCache fallback_allocator_cache;
171 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
172 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache));
173 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache);
204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
208 AllocatorCache *cache = &fallback_allocator_cache;
258 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
262 AllocatorCache *cache = &fallback_allocator_cache;