Home | History | Annotate | Download | only in src

Lines Matching defs:new_top

1199   Address new_top = old_top + size_in_bytes;
1207 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_);
1210 top_on_previous_step_ = new_top;
2210 Address new_top = current_top + size_in_bytes;
2211 if (new_top <= allocation_info_.limit) return true;