Home
last modified time | relevance | path

Searched refs:SizeClassAllocator64LocalCache (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h18 struct SizeClassAllocator64LocalCache { struct
H A Dsanitizer_allocator_primary64.h16 template<class SizeClassAllocator> struct SizeClassAllocator64LocalCache;
97 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h24 struct SizeClassAllocator64LocalCache { struct
H A Dsanitizer_allocator_primary64.h15 template<class SizeClassAllocator> struct SizeClassAllocator64LocalCache;
57 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h26 struct SizeClassAllocator64LocalCache { struct
H A Dsanitizer_allocator_primary64.h17 template<class SizeClassAllocator> struct SizeClassAllocator64LocalCache;
60 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc764 TEST(SanitizerCommon, SizeClassAllocator64LocalCache) { in TEST() argument