Lines Matching defs:AllocatorCache
63 typedef Allocator::AllocatorCache AllocatorCache;
66 static AllocatorCache fallback_allocator_cache;
81 AllocatorCache *GetAllocatorCache(DFsanThreadLocalMallocStorage *ms) {
83 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache));
84 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache);
110 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
114 AllocatorCache *cache = &fallback_allocator_cache;
145 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
149 AllocatorCache *cache = &fallback_allocator_cache;