Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.cpp93 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC() local
98 size_t codeSpaceAllocSize = codeSpaceAllocAccumulatedSize - codeSpaceAllocAccumulatedSize_; in StartCalculationBeforeGC()
104 codeSpaceAllocAccumulatedSize_ = codeSpaceAllocAccumulatedSize; in StartCalculationBeforeGC()

Completed in 2 milliseconds