Home
last modified time | relevance | path

Searched refs:GetAllocatedEnd (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Darena.h78 void *GetAllocatedEnd() const;
H A Darena-inl.h107 inline void *Arena::GetAllocatedEnd() const in GetAllocatedEnd() function in panda::Arena
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena.h68 void *GetAllocatedEnd() const;
H A Darena-inl.h107 inline void *Arena::GetAllocatedEnd() const in GetAllocatedEnd() function in ark::Arena
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dbump-allocator-inl.h164 void *endPtr = arena_.GetAllocatedEnd(); in IterateOverObjects()
204 MemRange(ToUintPtr(arena_.GetAllocatedStart()), ToUintPtr(arena_.GetAllocatedEnd()) - 1); in IterateOverObjectsInRange()
H A Dpygote_space_allocator-inl.h81 uintptr_t start = AlignUp(ToUintPtr(arena_->GetAllocatedEnd()), ark::os::mem::GetPageSize()); in SetState()

Completed in 4 milliseconds