nuttx/mm/kmm_heap
anjiahao c60dd72a2a Support memdump to realize incremental dump function
Add a new field to record the global on the basis of mm_backtrace.
When using alloc, the field is incremented by 1,
so that the memory usage can be dumped within the range
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-05-22 12:31:32 +08:00
..
kmm_addregion.c
kmm_brkaddr.c
kmm_calloc.c
kmm_checkcorruption.c
kmm_extend.c
kmm_free.c
kmm_heapmember.c
kmm_initialize.c
kmm_mallinfo.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
kmm_malloc_size.c
kmm_malloc.c
kmm_memalign.c
kmm_memdump.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
kmm_realloc.c
kmm_zalloc.c
Make.defs