Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.h22 alignas(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.h21 alignas(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp26 static THREADLOCAL AllocatorCache allocator_cache; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h76 AllocatorCache allocator_cache; member
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h56 AllocatorCache *allocator_cache() { return &allocator_cache_; } in allocator_cache() function