HomeSort by relevance Sort by last modified time
    Searched refs:fallback_allocator_cache (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/msan/
msan_allocator.cc 93 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/
asan_allocator.cc 233 AllocatorCache fallback_allocator_cache; member in struct:__asan::Allocator
371 AllocatorCache *cache = &fallback_allocator_cache;
505 AllocatorCache *ac = &fallback_allocator_cache;

Completed in 115 milliseconds