Home | History | Annotate | Download | only in asan

Lines Matching refs:AllocatorCache

80 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
82 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
87 // static THREADLOCAL AllocatorCache cache;
88 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
90 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator2_cache));
91 return reinterpret_cast<AllocatorCache *>(ms->allocator2_cache);
257 static AllocatorCache fallback_allocator_cache;
267 explicit QuarantineCallback(AllocatorCache *cache)
305 AllocatorCache *cache_;
354 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
358 AllocatorCache *cache = &fallback_allocator_cache;
486 AllocatorCache *ac = GetAllocatorCache(ms);
491 AllocatorCache *ac = &fallback_allocator_cache;
613 AllocatorCache *ac = GetAllocatorCache(this);