mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
meminfo before:
```
total used free maxused maxfree nused nfree name
3129344 10824 3118520 11184 3118104 25 2 Kmem
13631488 1114112 12517376 12517376 Page
```
and after:
```
total used free maxused maxfree nused nfree name
3129344 10824 3118520 11184 3118104 25 2 Kmem
13631488 1114112 12517376 12517376 Page
```
Signed-off-by: Yanfeng Liu <p-liuyanfeng9@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| fs_procfs.c | ||
| fs_procfscpuinfo.c | ||
| fs_procfscpuload.c | ||
| fs_procfscritmon.c | ||
| fs_procfsfdt.c | ||
| fs_procfsiobinfo.c | ||
| fs_procfsmeminfo.c | ||
| fs_procfspressure.c | ||
| fs_procfsproc.c | ||
| fs_procfstcbinfo.c | ||
| fs_procfsuptime.c | ||
| fs_procfsutil.c | ||
| fs_procfsversion.c | ||
| fs_skeleton.c | ||
| Kconfig | ||
| Make.defs | ||