Searched refs:LargeMmapAllocator (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h50 typedef LargeMmapAllocator<NoOpMapUnmapCallback,
H A Dsanitizer_allocator_secondary.h17 // Fixed array to store LargeMmapAllocator chunks list, limited to 32K total
29 // Much less restricted LargeMmapAllocator chunks list (comparing to
73 class LargeMmapAllocator { class
93 Report("WARNING: %s: LargeMmapAllocator allocation overflow: "
252 Printf("Stats: LargeMmapAllocator: allocated %zd times, "
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_internal.h47 typedef LargeMmapAllocator<NoOpMapUnmapCallback,
H A Dsanitizer_allocator_secondary.h15 // Fixed array to store LargeMmapAllocator chunks list, limited to 32K total
27 // Much less restricted LargeMmapAllocator chunks list (comparing to
70 class LargeMmapAllocator { class
89 Report("WARNING: %s: LargeMmapAllocator allocation overflow: "
247 Printf("Stats: LargeMmapAllocator: allocated %zd times, "
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.h107 LargeMmapAllocator<NoOpMapUnmapCallback, DefaultLargeMmapAllocatorPtrArray,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc54 typedef LargeMmapAllocator<> SecondaryAllocator;
H A Dsanitizer_allocator_test.cc508 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<NoOpMapUnmapCallbac
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h28 LargeMmapAllocator<typename PrimaryAllocator::MapUnmapCallback,
H A Dsanitizer_allocator_secondary.h16 // Fixed array to store LargeMmapAllocator chunks list, limited to 32K total
28 // Much less restricted LargeMmapAllocator chunks list (comparing to
72 class LargeMmapAllocator { class
92 Report("WARNING: %s: LargeMmapAllocator allocation overflow: "
256 Printf("Stats: LargeMmapAllocator: allocated %zd times, "
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.h202 LargeMmapAllocator<AsanMapUnmapCallback, DefaultLargeMmapAllocatorPtrArray,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.h192 typedef LargeMmapAllocator<AsanMapUnmapCallback> SecondaryAllocator;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.cc37 typedef LargeMmapAllocator<> SecondaryAllocator;
237 // LargeMmapAllocator considers pointers to the meta-region of a chunk to be
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc121 typedef LargeMmapAllocator<MsanMapUnmapCallback> SecondaryAllocator;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h89 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h85 typedef LargeMmapAllocator<MapUnmapCallback> SecondaryAllocator;

Completed in 304 milliseconds