HomeSort by: relevance | last modified time | path
    Searched refs:LargeMmapAllocator (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_internal.h 50 typedef LargeMmapAllocator<NoOpMapUnmapCallback,
sanitizer_allocator_secondary.h 17 // Fixed array to store LargeMmapAllocator chunks list, limited to 32K total
29 // Much less restricted LargeMmapAllocator chunks list (comparing to
73 class LargeMmapAllocator {
93 Report("WARNING: %s: LargeMmapAllocator allocation overflow: "
252 Printf("Stats: LargeMmapAllocator: allocated %zd times, "
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.h 107 LargeMmapAllocator<NoOpMapUnmapCallback, DefaultLargeMmapAllocatorPtrArray,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 54 typedef LargeMmapAllocator<> SecondaryAllocator;
sanitizer_allocator_test.cc 508 LargeMmapAllocator<TestMapUnmapCallback> a;
545 TEST(SanitizerCommon, LargeMmapAllocator) {
546 LargeMmapAllocator<NoOpMapUnmapCallback> a;
695 LargeMmapAllocator<>,
701 LargeMmapAllocator<>,
708 LargeMmapAllocator<>,
715 LargeMmapAllocator<>,
722 LargeMmapAllocator<>,
968 LargeMmapAllocator<NoOpMapUnmapCallback> a;
995 LargeMmapAllocator<NoOpMapUnmapCallback> a
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 202 LargeMmapAllocator<AsanMapUnmapCallback, DefaultLargeMmapAllocatorPtrArray,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 121 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 89 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;

Completed in 33 milliseconds