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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp28 static AllocatorCache fallback_allocator_cache; member in namespace:__hwasan
121 AllocatorCache *cache = &fallback_allocator_cache;
232 AllocatorCache *cache = &fallback_allocator_cache;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp129 static AllocatorCache fallback_allocator_cache; member in namespace:__msan
170 AllocatorCache *cache = &fallback_allocator_cache;
218 AllocatorCache *cache = &fallback_allocator_cache;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp246 AllocatorCache fallback_allocator_cache; member in struct:__asan::Allocator
472 AllocatorCache *cache = &fallback_allocator_cache;
620 AllocatorCache *ac = &fallback_allocator_cache;
786 QuarantineCallback(&fallback_allocator_cache,

Completed in 96 milliseconds