Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1584 Addr suggested_clstack_end; in VG_() local
1626 suggested_clstack_end = -1; // ignored; Mach-O specifies its stack in VG_()
1712 suggested_clstack_end = (Addr) 0x27ff0000 - 1; // 64kB below V's text in VG_()
1714 suggested_clstack_end = (Addr) 0x37ff0000 - 1; // 64kB below V's text in VG_()
1745 suggested_clstack_end = aspacem_maxAddr - 16*1024*1024ULL in VG_()
1754 aspacem_assert(VG_IS_PAGE_ALIGNED(suggested_clstack_end + 1)); in VG_()
1770 suggested_clstack_end); in VG_()
1806 return suggested_clstack_end; in VG_()