nuttx/mm/mm_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
mm_addfreechunk.c
mm_brkaddr.c
mm_calloc.c mm: memory allocations return valid pointer when request 0 size 2023-05-02 18:29:29 -06:00
mm_checkcorruption.c
mm_extend.c
mm_foreach.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
mm_free.c
mm_heapmember.c
mm_initialize.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
mm_lock.c
mm_mallinfo.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
mm_malloc_size.c
mm_malloc.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
mm_memalign.c
mm_memdump.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
mm_realloc.c mm: memory allocations return valid pointer when request 0 size 2023-05-02 18:29:29 -06:00
mm_shrinkchunk.c
mm_size2ndx.c
mm_zalloc.c
mm.h Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00