Searched refs:old_brk_base_pgup (Results 1 – 1 of 1) sorted by relevance
1997 Addr old_brk_base_pgup = VG_PGROUNDUP(VG_(brk_base)); in PRE() local2046 if (old_brk_limit > old_brk_base_pgup) { in PRE()2049 if (new_brk < old_brk_base_pgup) in PRE()2050 new_brk_local = old_brk_base_pgup; in PRE()2079 if (new_brk < old_brk_base_pgup) { in PRE()2082 if (old_brk_limit < old_brk_base_pgup) in PRE()2085 old_brk_local = old_brk_base_pgup; in PRE()2114 if (old_brk_limit < old_brk_base_pgup) { in PRE()2117 if (new_brk < old_brk_base_pgup) in PRE()2120 new_brk_local = old_brk_base_pgup; in PRE()[all …]