Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_allocator.cc68 static AllocatorCache fallback_allocator_cache; variable
105 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
148 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc233 AllocatorCache fallback_allocator_cache; member
371 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
507 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()