Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp55 static AllocatorCache fallback_allocator_cache; variable
97 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate()
132 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A 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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp28 static AllocatorCache fallback_allocator_cache; variable
140 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate()
274 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A 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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp452 AllocatorCache fallback_allocator_cache; member
560 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
654 AllocatorCache *cache = &fallback_allocator_cache; in Deallocate()