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

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap; typedef in namespace:__sanitizer
36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__sanitizer
40 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
H A Dsanitizer_allocator.h676 // a ByteMap possible_regions to store the size classes of each Region.
688 class ByteMap,
694 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT;
898 ByteMap possible_regions;
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h133 typedef FlatByteMap<kNumRegions> ByteMap; typedef in namespace:__asan
135 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__asan
140 ByteMap,
/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
50 SizeClassMap, kRegionSizeLog, ByteMap,
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__msan
84 SizeClassMap, kRegionSizeLog, ByteMap,
/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
42 sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap>
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h64 MapUnmapCallback> ByteMap; typedef in namespace:__tsan
66 CompactSizeClassMap, kAllocatorRegionSizeLog, ByteMap,

Completed in 119 milliseconds