Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc46 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
80 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h36 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
H A Dsanitizer_allocator.h627 class TwoLevelByteMap {
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A 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;
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_allocator.h138 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc39 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h63 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,