incubator-nuttx/mm
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
..
bin build: add initial cmake build system 2023-07-08 13:50:48 +08:00
circbuf mm/cirbuf: Fix cannot continue read when tail > head 2023-08-01 23:09:46 -07:00
iob mm/iob: Replace the critical section with spin lock 2023-10-30 11:18:34 +02:00
kasan kasan: add builtin_return_address(0) to kasan 2023-09-24 03:48:39 +08:00
kbin build: add initial cmake build system 2023-07-08 13:50:48 +08:00
kmap kmm_map: Add function to map a single page of kernel memory 2023-10-09 18:59:43 +03:00
kmm_heap cmake:complete missing changes during cmake reforming for mm 2023-09-08 21:20:16 +03:00
map cmake:complete missing changes during cmake reforming for mm 2023-09-08 21:20:16 +03:00
mempool mm: rewrite the memdump code for more readable 2023-09-24 10:39:18 +08:00
mm_gran mm/gran: Replace the critical section with spin lock 2023-10-30 11:18:34 +02:00
mm_heap mm: record the maximum system memory usage 2023-11-09 09:08:49 +08:00
shm Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
tlsf mm: record the maximum system memory usage 2023-11-09 09:08:49 +08:00
ubsan cmake:complete missing changes during cmake reforming for mm 2023-09-08 21:20:16 +03:00
umm_heap cmake:complete missing changes during cmake reforming for mm 2023-09-08 21:20:16 +03:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig mm/kmap: Fix bad dependency to ARCH_VMA_MAPPING 2023-11-02 15:10:57 +02:00
Makefile mm/kmm_map: Add support to dynamically map pages into kernel virtual memory 2023-06-02 10:50:26 +08:00