Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc44 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
46 SecondaryAllocator> Allocator;
Dsanitizer_allocator_test.cc421 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
424 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator> in TestCombinedAllocator()
/external/compiler-rt/lib/asan/
Dasan_allocator.h149 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator; typedef
151 SecondaryAllocator> AsanAllocator;
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc52 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
54 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc88 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator; typedef
90 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp41 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
42 typedef CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h74 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator; typedef
76 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1290 class SecondaryAllocator> // NOLINT
1468 SecondaryAllocator secondary_;