Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp63 static AllocatorCache fallback_allocator_cache; variable
111 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate()
146 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp150 static AllocatorCache fallback_allocator_cache; variable
207 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
263 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp29 static AllocatorCache fallback_allocator_cache; variable
210 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate()
371 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp254 AllocatorCache fallback_allocator_cache; member
388 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
479 AllocatorCache *cache = &fallback_allocator_cache; in Deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp357 AllocatorCache fallback_allocator_cache; member
585 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
697 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
878 QuarantineCallback(&fallback_allocator_cache, in Purge()