Home
last modified time | relevance | path

Searched refs:fallback_allocator_cache (Results 1 – 6 of 6) 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/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp129 static AllocatorCache fallback_allocator_cache; variable
170 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
218 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp28 static AllocatorCache fallback_allocator_cache; variable
122 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate()
233 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp305 AllocatorCache fallback_allocator_cache; member
540 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
670 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
843 QuarantineCallback(&fallback_allocator_cache, in Purge()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp452 AllocatorCache fallback_allocator_cache; member
560 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
654 AllocatorCache *cache = &fallback_allocator_cache; in Deallocate()
/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()