Home | History | Annotate | Download | only in src

Lines Matching refs:AllocationTop

1845         p->AllocationTop(),
2131 current < p->AllocationTop();
2157 bool page_is_empty = (p->ObjectAreaStart() == p->AllocationTop())
2171 int size_in_bytes = static_cast<int>(p->AllocationTop() - free_start);
2197 last_free_size = static_cast<int>(p->AllocationTop() - free_start);
2346 p->AllocationTop());
2596 p->AllocationTop(),
2848 ASSERT(next_page->OffsetToAddress(offset) < next_page->AllocationTop());