HomeSort by: relevance | last modified time | path
    Searched defs:ByteMap (Results 1 - 7 of 7) 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/lsan/
lsan_allocator.h 69 using ByteMap = __lsan::ByteMapASVT<AddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 185 using ByteMap = __asan::ByteMapASVT<AddressSpaceView>;
  /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;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 157 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>;
303 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>;
478 using ByteMap = FlatByteMap<kFlatByteMapSize, AddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 62 using ByteMap = TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,
71 using ByteMap = __tsan::ByteMap;

Completed in 15 milliseconds