Home
last modified time | relevance | path

Searched defs:allocator_cache (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp25 static THREADLOCAL AllocatorCache allocator_cache; variable
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h72 AllocatorCache allocator_cache; member
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h55 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.h199 AllocatorCache allocator_cache; member