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.cc93 static AllocatorCache fallback_allocator_cache; variable
124 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
166 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()
505 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()