Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
HDscudo_allocator_combined.h25 using AllocatorCache = typename PrimaryAllocator::AllocatorCache; variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.h59 typedef Allocator::AllocatorCache AllocatorCache; typedef
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.h95 using AllocatorCache = Allocator::AllocatorCache; variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.h192 using AllocatorCache = AsanAllocator::AllocatorCache; variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_primary32.h120 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache; typedef
HDsanitizer_allocator_primary64.h59 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache; typedef
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp112 typedef Allocator::AllocatorCache AllocatorCache; typedef
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.h83 typedef Allocator::AllocatorCache AllocatorCache; typedef