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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 47 // LargeMmapAllocator.
58 LargeMmapAllocator<CrashOnMapUnmap> >
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 299 LargeMmapAllocator<TestMapUnmapCallback> a;
332 TEST(SanitizerCommon, LargeMmapAllocator) {
333 LargeMmapAllocator<> a;
471 LargeMmapAllocator<>,
477 LargeMmapAllocator<>,
485 LargeMmapAllocator<>,
708 LargeMmapAllocator<> a;
735 LargeMmapAllocator<> a;
sanitizer_allocator_testlib.cc 42 typedef LargeMmapAllocator<> SecondaryAllocator;
  /external/compiler-rt/lib/asan/
asan_allocator.h 128 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 41 typedef LargeMmapAllocator<> SecondaryAllocator;
141 // LargeMmapAllocator considers pointers to the meta-region of a chunk to be
  /external/compiler-rt/lib/msan/
msan_allocator.cc 52 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 67 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;

Completed in 6901 milliseconds