nuttx/fs/procfs
yinshengkai bb5b5420ae mm: record the maximum system memory usage
Add the usmblks field to mallinfo to record the maximum space allocated historically in the system

https://man7.org/linux/man-pages/man3/mallinfo.3.html#:~:text=mmap(2).-,usmblks,-This%20field%20is

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2023-11-09 09:08:49 +08:00
..
CMakeLists.txt cmake:complete missing changes during cmake reforming for fs 2023-09-08 21:20:16 +03:00
fs_procfs.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
fs_procfscpuinfo.c
fs_procfscpuload.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
fs_procfscritmon.c clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
fs_procfsfdt.c
fs_procfsiobinfo.c
fs_procfsmeminfo.c mm: record the maximum system memory usage 2023-11-09 09:08:49 +08:00
fs_procfsproc.c sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
fs_procfstcbinfo.c
fs_procfsuptime.c
fs_procfsutil.c
fs_procfsversion.c
fs_skeleton.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
Kconfig sched: explicitly select the cpuload clock source configuration 2023-11-01 09:27:56 +08:00
Make.defs