Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_meminfo.c31 rt_size_t total_freed = 0; in single_show() local
35 total_freed = total_freed + total - used; in single_show()
44 total_freed = total_freed + freed * RT_MM_PAGE_SIZE; in single_show()
47 dfs_seq_printf(seq, "%-16s%8d KB\n", "MemFree:", total_freed / 1024); in single_show()

Completed in 5 milliseconds