Home
last modified time | relevance | path

Searched defs:kRegionSizeLog (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h30 static const uptr kRegionSizeLog = 20; member
H A Dsanitizer_allocator_primary32.h60 static const uptr kRegionSizeLog = Params::kRegionSizeLog; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h60 static const uptr kRegionSizeLog = 20; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h243 static const uptr kRegionSizeLog = 20; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp62 static const uptr kRegionSizeLog = 20; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h67 static const uptr kRegionSizeLog = 20; member