HomeSort by: relevance | last modified time | path
    Searched refs:TwoLevelByteMap (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_internal.h 32 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
sanitizer_allocator_bytemap.h 40 // TwoLevelByteMap maps integers in range [0, kSize1*kSize2) to u8 values.
48 class TwoLevelByteMap {
96 res = (u8*)MmapOrDie(kSize2, "TwoLevelByteMap");
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.h 59 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 52 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
105 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 174 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 1367 TEST(SanitizerCommon, TwoLevelByteMap) {
1370 TwoLevelByteMap<kSize1, kSize2> m;
1387 TwoLevelByteMap<1 << 12, 1 << 13, AddressSpaceView, TestMapUnmapCallback>;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 62 using ByteMap = TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,

Completed in 44 milliseconds