incubator-nuttx/mm/umm_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
..
Make.defs
umm_addregion.c
umm_brkaddr.c
umm_calloc.c mm: memory allocations return valid pointer when request 0 size 2023-05-02 18:29:29 -06:00
umm_checkcorruption.c
umm_extend.c
umm_free.c
umm_globals.c
umm_heap.h
umm_heapmember.c
umm_initialize.c
umm_mallinfo.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
umm_malloc.c
umm_malloc_size.c
umm_memalign.c mm: memory allocations return valid pointer when request 0 size 2023-05-02 18:29:29 -06:00
umm_memdump.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
umm_realloc.c mm: memory allocations return valid pointer when request 0 size 2023-05-02 18:29:29 -06:00
umm_sbrk.c
umm_zalloc.c mm: memory allocations return valid pointer when request 0 size 2023-05-02 18:29:29 -06:00