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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp115 static AllocatorCache fallback_allocator_cache; member in namespace:__msan
156 AllocatorCache *cache = &fallback_allocator_cache;
204 AllocatorCache *cache = &fallback_allocator_cache;
/freebsd-11-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-11-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 113 milliseconds