/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 28 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef 30 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef 38 typedef __sanitizer::ByteMap ByteMap; typedef
|
H A D | sanitizer_allocator_primary32.h | 54 typedef typename Params::ByteMap ByteMap; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 30 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef 32 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef 41 using ByteMap = __sanitizer::ByteMap; member
|
H A D | sanitizer_allocator_primary32.h | 57 typedef typename Params::ByteMap ByteMap; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_allocator.h | 62 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 70 typedef __lsan::ByteMap ByteMap; typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_allocator.h | 172 typedef FlatByteMap<kNumRegions> ByteMap; typedef 174 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 183 typedef __asan::ByteMap ByteMap; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_allocator.cc | 52 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 61 using ByteMap = __msan::ByteMap; typedef 105 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef 114 using ByteMap = __msan::ByteMap; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_allocator.h | 69 using ByteMap = __lsan::ByteMapASVT<AddressSpaceView>; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_allocator.h | 185 using ByteMap = __asan::ByteMapASVT<AddressSpaceView>; member
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_primary32.h | 62 using ByteMap = typename conditional< variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 61 MapUnmapCallback> ByteMap; typedef 68 typedef __tsan::ByteMap ByteMap; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 62 using ByteMap = TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12, variable 71 using ByteMap = __tsan::ByteMap; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_test.cc | 157 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>; typedef 303 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>; typedef 478 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>; typedef
|