Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.cpp92 size_t nonMovableSpaceAllocAccumulatedSize = heap_->GetNonMovableSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC() local
97 size_t nonMovableSpaceAllocSize = nonMovableSpaceAllocAccumulatedSize - nonMovableSpaceAllocAccumulatedSize_; in StartCalculationBeforeGC()
103 nonMovableSpaceAllocAccumulatedSize_ = nonMovableSpaceAllocAccumulatedSize; in StartCalculationBeforeGC()

Completed in 2 milliseconds