Lines Matching defs:AllocatorCache
65 typedef Allocator::AllocatorCache AllocatorCache;
68 static AllocatorCache fallback_allocator_cache;
84 static AllocatorCache *GetAllocatorCache(DFsanThreadLocalMallocStorage *ms) {
86 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache));
87 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache);
113 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
117 AllocatorCache *cache = &fallback_allocator_cache;
148 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
152 AllocatorCache *cache = &fallback_allocator_cache;