Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp286 size_t currentRegionSize = 0; in GetAllocatedSizeSinceGC() local
289 currentRegionSize = currentRegion->GetAllocatedBytes(top); in GetAllocatedSizeSinceGC()
291 currentRegionSize -= currentRegion->GetAllocatedBytes(waterLine_); in GetAllocatedSizeSinceGC()
294 return allocateAfterLastGC_ + currentRegionSize; in GetAllocatedSizeSinceGC()