Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h25 using AllocatorCache = typename PrimaryAllocator::AllocatorCache; variable
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h69 using AllocatorCache = MemprofAllocator::AllocatorCache; variable
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h75 typedef Allocator::AllocatorCache AllocatorCache; typedef
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.h97 using AllocatorCache = Allocator::AllocatorCache; variable
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp53 typedef Allocator::AllocatorCache AllocatorCache; typedef
H A Dsanitizer_allocator_test.cpp779 using AllocatorCache = typename Allocator::AllocatorCache; in TestSizeClassAllocatorLocalCache() typedef
844 typedef Allocator64::AllocatorCache AllocatorCache; typedef
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.h195 using AllocatorCache = AsanAllocator::AllocatorCache; variable
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp52 typedef Allocator::AllocatorCache AllocatorCache; typedef
/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp126 typedef Allocator::AllocatorCache AllocatorCache; typedef
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h90 typedef Allocator::AllocatorCache AllocatorCache; typedef
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.h89 typedef Allocator::AllocatorCache AllocatorCache; typedef