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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h47 // LargeMmapAllocator.
58 LargeMmapAllocator<CrashOnMapUnmap> >
H A Dsanitizer_allocator.h1003 class LargeMmapAllocator { class in namespace:__sanitizer
1017 MmapOrDie(map_size, "LargeMmapAllocator"));
1163 Printf("Stats: LargeMmapAllocator: allocated %zd times, "
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc299 LargeMmapAllocator<TestMapUnmapCallback> a;
332 TEST(SanitizerCommon, LargeMmapAllocator) {
333 LargeMmapAllocator<> a;
471 LargeMmapAllocator<>,
477 LargeMmapAllocator<>,
485 LargeMmapAllocator<>,
708 LargeMmapAllocator<> a;
735 LargeMmapAllocator<> a;
H A Dsanitizer_allocator_testlib.cc42 typedef LargeMmapAllocator<> SecondaryAllocator;
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h128 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc41 typedef LargeMmapAllocator<> SecondaryAllocator;
141 // LargeMmapAllocator considers pointers to the meta-region of a chunk to be
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc52 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h67 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;

Completed in 120 milliseconds