Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp55 static AllocatorCache fallback_allocator_cache; variable
103 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate()
138 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp129 static AllocatorCache fallback_allocator_cache; variable
175 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
226 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp28 static AllocatorCache fallback_allocator_cache; variable
149 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate()
305 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp254 AllocatorCache fallback_allocator_cache; member
386 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
478 AllocatorCache *cache = &fallback_allocator_cache; in Deallocate()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp303 AllocatorCache fallback_allocator_cache; member
529 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
658 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
831 QuarantineCallback(&fallback_allocator_cache, in Purge()