Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_internal.h30 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
H A Dsanitizer_allocator_bytemap.h43 class TwoLevelByteMap {
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h32 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
H A Dsanitizer_allocator_bytemap.h48 class TwoLevelByteMap {
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_allocator.cc52 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
105 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.h62 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_allocator.h59 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flat_map.h169 using TwoLevelByteMap = variable
H A Dsanitizer_allocator_primary32.h66 TwoLevelByteMap<kTwoLevelByteMapSize1, 1 << 12, AddressSpaceView>>::type;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.h174 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.h174 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc1367 TEST(SanitizerCommon, TwoLevelByteMap) { in TEST() argument
1370 TwoLevelByteMap<kSize1, kSize2> m; in TEST()
1387 TwoLevelByteMap<1 << 12, 1 << 13, AddressSpaceView, TestMapUnmapCallback>;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h60 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h62 using ByteMap = TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,