Home
last modified time | relevance | path

Searched refs:TwoLevelByteMap (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_internal.h36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
Dsanitizer_allocator.h627 class TwoLevelByteMap {
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/external/compiler-rt/lib/asan/
Dasan_allocator.h138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc809 TEST(SanitizerCommon, TwoLevelByteMap) { in TEST() argument
812 TwoLevelByteMap<kSize1, kSize2> m; in TEST()
828 typedef TwoLevelByteMap<1 << 12, 1 << 13, TestMapUnmapCallback> TestByteMap;
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h63 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,