Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp160 uptr maxAddr = GetMaxUserVirtualAddress(); in GetThreadStackTopAndBottom() local
167 if (*stack_top == maxAddr + 1) in GetThreadStackTopAndBottom()
168 *stack_top = maxAddr; in GetThreadStackTopAndBottom()
170 CHECK_LE(*stack_top, maxAddr); in GetThreadStackTopAndBottom()