Searched defs:GetAllocatorCache (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } function in namespace:__lsan
H A Dlsan_common_mac.cpp94 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; } function in namespace:__lsan
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp130 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { function in namespace:__msan
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp208 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { function in namespace:__asan

Completed in 167 milliseconds