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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h57 typedef CombinedAllocator<PrimaryInternalAllocator, InternalAllocatorCache,
H A Dsanitizer_allocator.h1237 class CombinedAllocator { class in namespace:__sanitizer
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h129 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc9 // Malloc replacement library based on CombinedAllocator.
11 // for CombinedAllocator.
43 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
H A Dsanitizer_allocator_test.cc413 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc53 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h68 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache,

Completed in 1783 milliseconds