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

/external/compiler-rt/lib/asan/
H A Dasan_allocator.h128 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator; typedef in namespace:__asan
130 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc42 typedef LargeMmapAllocator<> SecondaryAllocator; typedef in namespace:__anon19634
44 SecondaryAllocator> Allocator;
H A Dsanitizer_allocator_test.cc410 <class PrimaryAllocator, class SecondaryAllocator, class AllocatorCache>
413 CombinedAllocator<PrimaryAllocator, AllocatorCache, SecondaryAllocator>
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc41 typedef LargeMmapAllocator<> SecondaryAllocator; typedef in namespace:__lsan
43 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc52 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator; typedef in namespace:__msan
54 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h67 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator; typedef in namespace:__tsan
69 SecondaryAllocator> Allocator;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1234 // SecondaryAllocator can allocate anything, but is not efficient.
1236 class SecondaryAllocator> // NOLINT
1377 SecondaryAllocator secondary_;

Completed in 213 milliseconds