Searched refs:GetAllocatedEnd (Results 1 – 4 of 4) sorted by relevance
76 void *GetAllocatedEnd() const;
105 void *Arena::GetAllocatedEnd() const in GetAllocatedEnd() function in panda::Arena
167 void *end_ptr = arena_.GetAllocatedEnd(); in IterateOverObjects()206 ToUintPtr(arena_.GetAllocatedEnd()) - 1); in IterateOverObjectsInRange()
82 … uintptr_t start = AlignUp(ToUintPtr(arena_->GetAllocatedEnd()), panda::os::mem::GetPageSize()); in SetState()