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

/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc57 static AllocatorCache fallback_allocator_cache; member in namespace:__msan
94 AllocatorCache *cache = &fallback_allocator_cache;
141 AllocatorCache *cache = &fallback_allocator_cache;
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc223 static AllocatorCache fallback_allocator_cache; member in namespace:__asan
328 AllocatorCache *cache = &fallback_allocator_cache;
461 AllocatorCache *ac = &fallback_allocator_cache;

Completed in 186 milliseconds