Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/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;
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp815 TEST(SanitizerCommon, SizeClassAllocator64LocalCache) { in TEST() argument