HomeSort by relevance Sort by last modified time
    Searched refs:LargeMmapAllocator (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 46 LargeMmapAllocator<> > InternalAllocator;
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 312 LargeMmapAllocator<TestMapUnmapCallback> a;
344 TEST(SanitizerCommon, LargeMmapAllocator) {
345 LargeMmapAllocator<> a;
479 LargeMmapAllocator<>,
485 LargeMmapAllocator<>,
492 LargeMmapAllocator<>,
716 LargeMmapAllocator<> a;
743 LargeMmapAllocator<> a;
sanitizer_allocator_testlib.cc 44 typedef LargeMmapAllocator<> SecondaryAllocator;
  /external/compiler-rt/lib/asan/
asan_allocator.h 149 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 52 typedef LargeMmapAllocator<> SecondaryAllocator;
156 // LargeMmapAllocator considers pointers to the meta-region of a chunk to be
  /external/compiler-rt/lib/msan/
msan_allocator.cc 88 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 41 typedef LargeMmapAllocator<> SecondaryAllocator;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 74 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;

Completed in 252 milliseconds