Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.cpp26 static const char* TOTAL_MEM = "MemTotal:"; variable
52 if (line.find(TOTAL_MEM) == 0) { in GetSystemMemoryRatio()