Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c1745 Addr stackMin = VG_(get_SP)(tid) - VG_STACK_REDZONE_SZB; in VG_() local
1761 if (VG_(am_addr_is_in_extensible_client_stack)(stackMin)) in VG_()
1762 VG_(extend_stack)( tid, stackMin ); in VG_()