Home
last modified time | relevance | path

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

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