Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.h167 void ModifyNativeSizeStats(size_t preSize, size_t nextSize, NativeFlag flag) { in ModifyNativeSizeStats() argument
172 IncreaseNativeSizeStats(nextSize, flag); in ModifyNativeSizeStats()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator-inl.h724 size_t nextSize = next->GetSize(); in FindTheMostSuitableBlockInOrderedList() local
725 if (nextSize < size) { in FindTheMostSuitableBlockInOrderedList()
731 currentSize = nextSize; in FindTheMostSuitableBlockInOrderedList()