Home
last modified time | relevance | path

Searched refs:GetTotalAllocatedSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp90 size_t oldSpaceAllocAccumulatedSize = heap_->GetOldSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
91 … size_t nonMovableSpaceAllocAccumulatedSize = heap_->GetNonMovableSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
92 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
Dsparse_space.h108 size_t GetTotalAllocatedSize() const;
Dsparse_space.cpp326 size_t SparseSpace::GetTotalAllocatedSize() const in GetTotalAllocatedSize() function in panda::ecmascript::SparseSpace
419 allocator_->IncreaseAllocatedSize(localSpace->GetTotalAllocatedSize()); in Merge()