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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator_internal.h 36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
sanitizer_allocator.h 621 // TwoLevelByteMap maps integers in range [0, kSize1*kSize2) to u8 values.
627 class TwoLevelByteMap {
673 res = (u8*)MmapOrDie(kSize2, "TwoLevelByteMap");
    [all...]
  /external/compiler-rt/lib/msan/
msan_allocator.cc 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
  /external/compiler-rt/lib/asan/
asan_allocator.h 138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 809 TEST(SanitizerCommon, TwoLevelByteMap) {
812 TwoLevelByteMap<kSize1, kSize2> m;
828 typedef TwoLevelByteMap<1 << 12, 1 << 13, TestMapUnmapCallback> TestByteMap;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 63 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,

Completed in 239 milliseconds