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

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c1995 /* If VG_(brk_base) is page-aligned then old_brk_base_pgup is equal to
1997 Addr old_brk_base_pgup = VG_PGROUNDUP(VG_(brk_base)); local
2046 if (old_brk_limit > old_brk_base_pgup) {
2047 /* Calculate new local brk (=MAX(new_brk, old_brk_base_pgup)). */
2049 if (new_brk < old_brk_base_pgup)
2050 new_brk_local = old_brk_base_pgup;
2079 if (new_brk < old_brk_base_pgup) {
2082 if (old_brk_limit < old_brk_base_pgup)
2085 old_brk_local = old_brk_base_pgup;
2114 if (old_brk_limit < old_brk_base_pgup) {
[all...]

Completed in 72 milliseconds