Home
last modified time | relevance | path

Searched defs:ByteMap (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_internal.h28 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef
30 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef
38 typedef __sanitizer::ByteMap ByteMap; typedef
H A Dsanitizer_allocator_primary32.h54 typedef typename Params::ByteMap ByteMap; typedef
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h30 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef
32 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef
41 using ByteMap = __sanitizer::ByteMap; member
H A Dsanitizer_allocator_primary32.h57 typedef typename Params::ByteMap ByteMap; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_allocator.h62 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 Dasan_allocator.h172 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 Dmsan_allocator.cc52 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 Dlsan_allocator.h69 using ByteMap = __lsan::ByteMapASVT<AddressSpaceView>; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.h185 using ByteMap = __asan::ByteMapASVT<AddressSpaceView>; member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary32.h62 using ByteMap = typename conditional< variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h61 MapUnmapCallback> ByteMap; typedef
68 typedef __tsan::ByteMap ByteMap; typedef
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h62 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 Dsanitizer_allocator_test.cc157 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>; typedef
303 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>; typedef
478 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>; typedef