Searched refs:fallback_allocator_cache (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc93 static AllocatorCache fallback_allocator_cache; member in namespace:__msan
124 AllocatorCache *cache = &fallback_allocator_cache;
166 AllocatorCache *cache = &fallback_allocator_cache;
/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc233 AllocatorCache fallback_allocator_cache; member in struct:__asan::Allocator
371 AllocatorCache *cache = &fallback_allocator_cache;
506 AllocatorCache *ac = &fallback_allocator_cache;

Completed in 81 milliseconds