Home
last modified time | relevance | path

Searched refs:GetAllocatedEnd (Results 1 – 4 of 4) sorted by relevance

/ark/runtime_core/libpandabase/mem/
Darena.h76 void *GetAllocatedEnd() const;
Darena.cpp105 void *Arena::GetAllocatedEnd() const in GetAllocatedEnd() function in panda::Arena
/ark/runtime_core/runtime/mem/
Dbump-allocator-inl.h167 void *end_ptr = arena_.GetAllocatedEnd(); in IterateOverObjects()
206 ToUintPtr(arena_.GetAllocatedEnd()) - 1); in IterateOverObjectsInRange()
Dpygote_space_allocator-inl.h82 … uintptr_t start = AlignUp(ToUintPtr(arena_->GetAllocatedEnd()), panda::os::mem::GetPageSize()); in SetState()