Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.h60 static const uptr kRegionSizeLog = 20; member
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp62 static const uptr kRegionSizeLog = 20; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h67 static const uptr kRegionSizeLog = 20; member