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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__sanitizer
H A Dsanitizer_allocator.h600 // TwoLevelByteMap maps integers in range [0, kSize1*kSize2) to u8 values.
606 class TwoLevelByteMap { class in namespace:__sanitizer
652 res = (u8*)MmapOrDie(kSize2, "TwoLevelByteMap");
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__msan
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__msan
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h135 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__asan
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__lsan
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h63 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12, typedef in namespace:__tsan

Completed in 117 milliseconds