Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dshared_mem_controller.cpp37 return GetIdleSharedSpaceAllocationThroughputPerMS() < LOW_ALLOCATION_RATE_PER_MS; in CheckLowAllocationUsageState()
H A Dmem_controller.cpp152 return GetIdleNewSpaceAllocationThroughputPerMS() < LOW_ALLOCATION_RATE_PER_MS && in CheckLowAllocationUsageState()
153 GetIdleOldSpaceAllocationThroughputPerMS() < LOW_ALLOCATION_RATE_PER_MS; in CheckLowAllocationUsageState()
H A Dmem.h95 static constexpr double LOW_ALLOCATION_RATE_PER_MS = 10; member

Completed in 2 milliseconds