Lines Matching defs:AllocatorCache
147 typedef Allocator::AllocatorCache AllocatorCache;
150 static AllocatorCache fallback_allocator_cache;
169 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
171 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache));
172 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache);
203 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
207 AllocatorCache *cache = &fallback_allocator_cache;
259 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
263 AllocatorCache *cache = &fallback_allocator_cache;