/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_allocator.h | 98 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_allocator.h | 75 typedef Allocator::AllocatorCache AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_allocator.h | 111 using AllocatorCache = Allocator::AllocatorCache; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_allocator.h | 103 using AllocatorCache = AllocatorCacheASVT<LocalAddressSpaceView>; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_testlib.cc | 53 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
H A D | sanitizer_allocator_test.cc | 793 typedef SizeClassAllocatorLocalCache<Allocator64> AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_allocator.h | 191 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_allocator.h | 195 using AllocatorCache = AsanAllocator::AllocatorCache; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_allocator.h | 198 using AllocatorCache = AllocatorCacheASVT<LocalAddressSpaceView>; variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_primary32.h | 113 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache; typedef
|
H A D | sanitizer_allocator_primary64.h | 60 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary32.h | 109 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache; typedef
|
H A D | sanitizer_allocator_primary64.h | 57 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary32.h | 120 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache; typedef
|
H A D | sanitizer_allocator_primary64.h | 97 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_allocator.cc | 120 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 89 typedef Allocator::AllocatorCache AllocatorCache; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 84 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 88 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache; typedef
|