HomeSort by relevance Sort by last modified time
    Searched refs:ByteMap (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 32 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap;
36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
40 kInternalAllocatorRegionSizeLog, ByteMap> PrimaryInternalAllocator;
sanitizer_allocator.h 697 // a ByteMap possible_regions to store the size classes of each Region.
709 class ByteMap,
715 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT;
922 ByteMap possible_regions;
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.h 136 typedef FlatByteMap<kNumRegions> ByteMap;
138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
143 ByteMap,
  /external/compiler-rt/lib/msan/
msan_allocator.cc 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
50 SizeClassMap, kRegionSizeLog, ByteMap,
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
84 SizeClassMap, kRegionSizeLog, ByteMap,
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
42 sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap>
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 64 MapUnmapCallback> ByteMap;
66 CompactSizeClassMap, kAllocatorRegionSizeLog, ByteMap,

Completed in 139 milliseconds