Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.cpp43 uint64_t totalMemory = 0; in GetSystemMemoryRatio() local
53 totalMemory = ParseLine(line); in GetSystemMemoryRatio()
58 if (totalMemory == 0) { in GetSystemMemoryRatio()
62 return static_cast<double>(availableMemory) / static_cast<double>(totalMemory); in GetSystemMemoryRatio()

Completed in 1 milliseconds