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 55 LargeMmapAllocator<CrashOnMapUnmap> >
sanitizer_allocator.h 932 class LargeMmapAllocator {
946 MmapOrDie(map_size, "LargeMmapAllocator"));
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 298 LargeMmapAllocator<TestMapUnmapCallback> a;
330 TEST(SanitizerCommon, LargeMmapAllocator) {
331 LargeMmapAllocator<> a;
460 LargeMmapAllocator<>,
466 LargeMmapAllocator<>,
473 LargeMmapAllocator<>,
695 LargeMmapAllocator<> a;
722 LargeMmapAllocator<> a;
sanitizer_allocator_testlib.cc 42 typedef LargeMmapAllocator<> SecondaryAllocator;
  /external/compiler-rt/lib/msan/
msan_allocator.cc 32 typedef LargeMmapAllocator<> SecondaryAllocator;
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 39 typedef LargeMmapAllocator<> SecondaryAllocator;
136 // LargeMmapAllocator considers pointers to the meta-region of a chunk to be
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 133 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 81 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;

Completed in 52 milliseconds