Home
last modified time | relevance | path

Searched refs:high_mem_end (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1191 uptr min_shadow_base_alignment, uptr &high_mem_end) { in MapDynamicShadow() argument
1223 high_mem_end = new_max_vm - 1; in MapDynamicShadow()
1224 space_size = (high_mem_end >> shadow_scale) + left_padding; in MapDynamicShadow()
H A Dsanitizer_linux_libcdep.cpp987 UNUSED uptr &high_mem_end) { in MapDynamicShadow() argument
H A Dsanitizer_win.cpp391 UNUSED uptr &high_mem_end) { in MapDynamicShadow() argument
H A Dsanitizer_common.h142 uptr min_shadow_base_alignment, uptr &high_mem_end);