Home
last modified time | relevance | path

Searched defs:SecondaryAllocator (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc44 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
/external/compiler-rt/lib/asan/
Dasan_allocator.h149 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator; typedef
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc88 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator; typedef
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc52 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp41 typedef LargeMmapAllocator<> SecondaryAllocator; typedef
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h74 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator; typedef