Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc126 static AllocatorCache fallback_allocator_cache; variable
160 AllocatorCache *cache = &fallback_allocator_cache; in MsanAllocate()
208 AllocatorCache *cache = &fallback_allocator_cache; in MsanDeallocate()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc32 static AllocatorCache fallback_allocator_cache; variable
155 AllocatorCache *cache = &fallback_allocator_cache; in HwasanAllocate()
256 AllocatorCache *cache = &fallback_allocator_cache; in HwasanDeallocate()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc247 AllocatorCache fallback_allocator_cache; member
456 AllocatorCache *cache = &fallback_allocator_cache; in Allocate()
604 AllocatorCache *ac = &fallback_allocator_cache; in QuarantineChunk()
770 QuarantineCallback(&fallback_allocator_cache, in Purge()