Searched refs:SizeClassAllocatorLocalCache (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h43 typedef SizeClassAllocatorLocalCache<PrimaryInternalAllocator>
H A Dsanitizer_allocator.h197 template<class SizeClassAllocator> struct SizeClassAllocatorLocalCache;
318 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
690 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
897 struct SizeClassAllocatorLocalCache { struct in namespace:__sanitizer
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc80 SizeClassAllocatorLocalCache<Allocator> cache;
161 SizeClassAllocatorLocalCache<Allocator> cache;
204 SizeClassAllocatorLocalCache<Allocator> cache;
254 SizeClassAllocatorLocalCache<Allocator64WithCallBack> cache;
281 SizeClassAllocatorLocalCache<Allocator32WithCallBack> cache;
313 SizeClassAllocatorLocalCache<Allocator> cache;
472 SizeClassAllocatorLocalCache<Allocator64> > ();
478 SizeClassAllocatorLocalCache<Allocator64Compact> > ();
486 SizeClassAllocatorLocalCache<Allocator32Compact> > ();
527 SizeClassAllocatorLocalCache<Allocator6
[all...]
H A Dsanitizer_allocator_testlib.cc41 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h127 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc40 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc51 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h66 typedef SizeClassAllocatorLocalCache<PrimaryAllocator> AllocatorCache;

Completed in 1086 milliseconds