Home | History | Annotate | Download | only in asan

Lines Matching refs:AllocatorCache

132   explicit QuarantineCallback(AllocatorCache *cache)
170 AllocatorCache *cache_;
196 // static THREADLOCAL AllocatorCache cache;
197 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
233 AllocatorCache fallback_allocator_cache;
366 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
371 AllocatorCache *cache = &fallback_allocator_cache;
501 AllocatorCache *ac = GetAllocatorCache(ms);
506 AllocatorCache *ac = &fallback_allocator_cache;
573 AllocatorCache *ac = GetAllocatorCache(ms);