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 57 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/
asan_allocator2.cc 223 static AllocatorCache fallback_allocator_cache; member in namespace:__asan
328 AllocatorCache *cache = &fallback_allocator_cache;
461 AllocatorCache *ac = &fallback_allocator_cache;

Completed in 122 milliseconds