Searched refs:TwoLevelByteMap (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h32 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__sanitizer
H A Dsanitizer_allocator_bytemap.h40 // TwoLevelByteMap maps integers in range [0, kSize1*kSize2) to u8 values.
48 class TwoLevelByteMap { class
96 res = (u8*)MmapOrDie(kSize2, "TwoLevelByteMap");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_internal.h30 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__sanitizer
H A Dsanitizer_allocator_bytemap.h37 // TwoLevelByteMap maps integers in range [0, kSize1*kSize2) to u8 values.
43 class TwoLevelByteMap { class
89 res = (u8*)MmapOrDie(kSize2, "TwoLevelByteMap");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.h62 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__lsan
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.h59 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flat_map.h169 using TwoLevelByteMap =
H A Dsanitizer_allocator_primary32.h66 TwoLevelByteMap<kTwoLevelByteMapSize1, 1 << 12, AddressSpaceView>>::type;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc52 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__msan
105 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__msan
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.h174 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.h174 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__asan
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc1367 TEST(SanitizerCommon, TwoLevelByteMap) {
1370 TwoLevelByteMap<kSize1, kSize2> m;
1387 TwoLevelByteMap<1 << 12, 1 << 13, AddressSpaceView, TestMapUnmapCallback>;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h62 using ByteMap = TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h60 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12, typedef in namespace:__tsan

Completed in 398 milliseconds