Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_linux.cc26 static THREADLOCAL AllocatorCache allocator_cache; variable
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h53 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h213 AllocatorCache allocator_cache; member