Searched refs:TwoLevelByteMap (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h37 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__sanitizer
H A Dsanitizer_allocator.h596 // TwoLevelByteMap maps integers in range [0, kSize1*kSize2) to u8 values.
602 class TwoLevelByteMap { class in namespace:__sanitizer
647 res = (u8*)MmapOrDie(kSize2, "TwoLevelByteMap");
/external/compiler-rt/lib/asan/
H A Dasan_allocator.h118 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; typedef in namespace:__asan
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc801 TEST(SanitizerCommon, TwoLevelByteMap) {
804 TwoLevelByteMap<kSize1, kSize2> m;
820 typedef TwoLevelByteMap<1 << 12, 1 << 13, TestMapUnmapCallback> TestByteMap;

Completed in 406 milliseconds