Searched refs:TwoLevelByteMap (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 30 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
|
H A D | sanitizer_allocator_bytemap.h | 43 class TwoLevelByteMap {
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_internal.h | 32 typedef TwoLevelByteMap<(kInternalAllocatorNumRegions >> 12), 1 << 12> ByteMap;
|
H A D | sanitizer_allocator_bytemap.h | 48 class TwoLevelByteMap {
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_allocator.cc | 52 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap; 105 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_allocator.h | 62 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_allocator.h | 59 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_flat_map.h | 169 using TwoLevelByteMap = variable
|
H A D | sanitizer_allocator_primary32.h | 66 TwoLevelByteMap<kTwoLevelByteMapSize1, 1 << 12, AddressSpaceView>>::type;
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_allocator.h | 174 typedef TwoLevelByteMap<(kNumRegions >> 12), 1 << 12> ByteMap;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_allocator.h | 174 TwoLevelByteMap<(kNumRegions >> 12), 1 << 12, AddressSpaceView>;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_test.cc | 1367 TEST(SanitizerCommon, TwoLevelByteMap) { in TEST() argument 1370 TwoLevelByteMap<kSize1, kSize2> m; in TEST() 1387 TwoLevelByteMap<1 << 12, 1 << 13, AddressSpaceView, TestMapUnmapCallback>;
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 60 typedef TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 62 using ByteMap = TwoLevelByteMap<(kAllocatorNumRegions >> 12), 1 << 12,
|