/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_allocator_combined.h | 25 using AllocatorCache = typename PrimaryAllocator::AllocatorCache; variable
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_allocator.h | 69 using AllocatorCache = MemprofAllocator::AllocatorCache; variable
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 43 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
D | sanitizer_allocator_test.cc | 548 typedef SizeClassAllocatorLocalCache<Allocator64> AllocatorCache; typedef
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_allocator.h | 67 typedef Allocator::AllocatorCache AllocatorCache; typedef
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.h | 148 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_allocator.h | 101 using AllocatorCache = Allocator::AllocatorCache; variable
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cpp | 53 typedef Allocator::AllocatorCache AllocatorCache; typedef
|
D | sanitizer_allocator_test.cpp | 718 using AllocatorCache = typename Allocator::AllocatorCache; in TestSizeClassAllocatorLocalCache() typedef 778 typedef Allocator64::AllocatorCache AllocatorCache; typedef
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 87 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/external/compiler-rt/lib/lsan/ |
D | lsan_allocator.cc | 51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_allocator.h | 197 using AllocatorCache = AsanAllocator::AllocatorCache; variable
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_primary32.h | 120 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache; typedef
|
D | sanitizer_allocator_primary64.h | 59 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache; typedef
|
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.cpp | 40 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_allocator.cpp | 126 typedef Allocator::AllocatorCache AllocatorCache; typedef
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 323 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache; typedef 716 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache; typedef
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 73 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 83 typedef Allocator::AllocatorCache AllocatorCache; typedef
|