Home | History | Annotate | Download | only in src

Lines Matching full:old_top

1198   Address old_top = allocation_info_.top;
1199 Address new_top = old_top + size_in_bytes;
1214 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_);