Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp1137 uptr min_shadow_base_alignment, uptr &high_mem_end) { in MapDynamicShadow() argument
1168 high_mem_end = new_max_vm - 1; in MapDynamicShadow()
1169 space_size = (high_mem_end >> shadow_scale) + left_padding; in MapDynamicShadow()
Dsanitizer_linux_libcdep.cpp888 UNUSED uptr &high_mem_end) { in MapDynamicShadow() argument
Dsanitizer_win.cpp353 UNUSED uptr &high_mem_end) { in MapDynamicShadow() argument
Dsanitizer_common.h136 uptr min_shadow_base_alignment, uptr &high_mem_end);