Home
last modified time | relevance | path

Searched defs:AllocatorCache (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h73 using AllocatorCache = MemprofAllocator::AllocatorCache; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h98 using AllocatorCache = Allocator::AllocatorCache; global() variable
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h93 typedef Allocator::AllocatorCache AllocatorCache; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp63 typedef Allocator::AllocatorCache AllocatorCache; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h120 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache; typedef
H A Dsanitizer_allocator_primary64.h97 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp147 typedef Allocator::AllocatorCache AllocatorCache; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h91 typedef Allocator::AllocatorCache AllocatorCache; typedef