Home
last modified time | relevance | path

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

/NovaShell/src/shell/command/
H A Dmod.rs166 total: u64, // 计算机的总内存数量大小 in shell_cmd_free() field
176 total: 0, in shell_cmd_free()
193 mst.total = *info.get(0).unwrap(); in shell_cmd_free()
195 mst.used = mst.total - mst.free; in shell_cmd_free()
203 mst.total, in shell_cmd_free()
214 mst.total >> 10, in shell_cmd_free()