Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dmemory_policy.cpp52 int32_t memAvailable = INVALID_MEM; in GetMemAvailable() local
56 return memAvailable; in GetMemAvailable()
71 memAvailable = value; in GetMemAvailable()
77 return memAvailable; in GetMemAvailable()
82 int32_t memAvailable = GetMemAvailable(); in GetPolicyMaxRunning() local
83 WS_HILOGD("mem_available: %{public}d", memAvailable); in GetPolicyMaxRunning()
84 if (memAvailable <= MEM_CRUCIAL) { in GetPolicyMaxRunning()
87 if (memAvailable <= MEM_LOW) { in GetPolicyMaxRunning()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dmemory.h26 int32_t memAvailable = 0; // unit KB member
/ohos5.0/docs/zh-cn/application-dev/application-test/
H A Dsmartperf-guidelines.md326 order:1 memAvailable=7339224
331 order:1 memAvailable=7339136
351 order:7 memAvailable=2757504
525 order:41 memAvailable=1118792
601 order:56 memAvailable=1113084
721 | memAvailable | 整机可用内存 |单位:KB|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dmemory_catcher.cpp45 … FileUtil::SaveStringToFd(fd, "memAvailable " + std::to_string(result.data.memAvailable) + "\n"); in Catch()
/ohos5.0/docs/en/application-dev/application-test/
H A Dsmartperf-guidelines.md326 order:1 memAvailable=7339224
331 order:1 memAvailable=7339136
351 order:7 memAvailable=2757504
525 order:41 memAvailable=1118792
601 order:56 memAvailable=1113084
721 | memAvailable | Available memory of the system. |Unit: KB|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp343 memory.memAvailable = value; in SetValueOfSysMemory()