Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp68 static AllocatorCache fallback_allocator_cache; variable
117 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate()
152 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_allocator.cpp62 static AllocatorCache fallback_allocator_cache; variable
117 AllocatorCache *cache = &fallback_allocator_cache; in NsanAllocate()
152 AllocatorCache *cache = &fallback_allocator_cache; in NsanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp152 static AllocatorCache fallback_allocator_cache; variable
208 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
262 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()
372 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp285 AllocatorCache fallback_allocator_cache; member
454 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
541 AllocatorCache *cache = &fallback_allocator_cache; in Deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp358 AllocatorCache fallback_allocator_cache; member
591 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
703 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
893 QuarantineCallback(&fallback_allocator_cache, in Purge()