Searched refs:old_brk_base_pgup (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c1968 /* If VG_(brk_base) is page-aligned then old_brk_base_pgup is equal to
1970 Addr old_brk_base_pgup = VG_PGROUNDUP(VG_(brk_base)); local
2019 if (old_brk_limit > old_brk_base_pgup) {
2020 /* Calculate new local brk (=MAX(new_brk, old_brk_base_pgup)). */
2022 if (new_brk < old_brk_base_pgup)
2023 new_brk_local = old_brk_base_pgup;
2052 if (new_brk < old_brk_base_pgup) {
2055 if (old_brk_limit < old_brk_base_pgup)
2058 old_brk_local = old_brk_base_pgup;
2087 if (old_brk_limit < old_brk_base_pgup) {
[all...]

Completed in 91 milliseconds