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.cpp153 uptr maxAddr = GetMaxUserVirtualAddress(); in GetThreadStackTopAndBottom() local
160 if (*stack_top == maxAddr + 1) in GetThreadStackTopAndBottom()
161 *stack_top = maxAddr; in GetThreadStackTopAndBottom()
163 CHECK_LE(*stack_top, maxAddr); in GetThreadStackTopAndBottom()