Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp1215 SetMemGrowingType(MemGrowingType::CONSERVATIVE); in ChangeGCParams()
1226 SetMemGrowingType(MemGrowingType::HIGH_THROUGHPUT); in ChangeGCParams()
1286 SetMemGrowingType(MemGrowingType::PRESSURE); in NotifyMemoryPressure()
1289 SetMemGrowingType(MemGrowingType::CONSERVATIVE); in NotifyMemoryPressure()
Dheap.h432 void SetMemGrowingType(MemGrowingType memGrowingType) in SetMemGrowingType() function