Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc42 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
44 SecondaryAllocator> Allocator;
Dsanitizer_allocator_test.cc411 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
414 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator> in TestCombinedAllocator()
/external/compiler-rt/lib/asan/
Dasan_allocator.h141 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator; typedef
143 SecondaryAllocator> AsanAllocator;
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc52 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
54 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc63 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator; typedef
65 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h73 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator; typedef
75 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1261 class SecondaryAllocator> // NOLINT
1439 SecondaryAllocator secondary_;