Home
last modified time | relevance | path

Searched refs:ByteMap (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/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
61 is_same<typename ByteMap::AddressSpaceView, AddressSpaceView>::value,
367 ByteMap possible_regions;
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.h90 typedef FlatByteMap<NumRegions> ByteMap; typedef
92 typedef TwoLevelByteMap<(NumRegions >> 12), 1 << 12> ByteMap; typedef
101 using ByteMap = __scudo::ByteMap; member
/freebsd-12.1/contrib/compiler-rt/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
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.h69 using ByteMap = __lsan::ByteMapASVT<AddressSpaceView>; member
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h62 using ByteMap = TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12, variable
71 using ByteMap = __tsan::ByteMap; member
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h185 using ByteMap = __asan::ByteMapASVT<AddressSpaceView>; member