Searched refs:TwoLevelByteMap (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_internal.h | 36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
|
D | sanitizer_allocator.h | 627 class TwoLevelByteMap {
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; 80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.h | 138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 809 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/ |
D | lsan_allocator.cc | 39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 63 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,
|