HomeSort by: relevance | last modified time | path
    Searched defs:ByteMap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_internal.h 30 typedef FlatByteMap<kInternalAllocatorNumRegions> ByteMap;
32 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
41 using ByteMap = __sanitizer::ByteMap;
sanitizer_allocator_primary32.h 31 // a ByteMap possible_regions to store the size classes of each Region.
57 typedef typename Params::ByteMap ByteMap;
61 is_same<typename ByteMap::AddressSpaceView, AddressSpaceView>::value,
367 ByteMap possible_regions;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 52 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
61 using ByteMap = __msan::ByteMap;
105 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
114 using ByteMap = __msan::ByteMap;

Completed in 16 milliseconds