nuttx/mm/mm_heap
anjiahao 70cb62e2a3 Support when malloc failed dump mempool info
Replaced the previous implementation method to
maintain unity with the heap dump

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-05-29 15:29:31 +02:00
..
Make.defs Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mm_addfreechunk.c mm: support custom the mm alignment and default to be 8 2023-03-06 11:10:36 +08:00
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: support custom the mm alignment and default to be 8 2023-03-06 11:10:36 +08:00
mm_extend.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_foreach.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
mm_free.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_heapmember.c
mm_initialize.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
mm_lock.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
mm_mallinfo.c Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00
mm_malloc_size.c mm: move preceding to previous free node to reduce the overhead 2023-02-01 11:14:02 +08:00
mm_malloc.c Support when malloc failed dump mempool info 2023-05-29 15:29:31 +02:00
mm_memalign.c mm: support custom the mm alignment and default to be 8 2023-03-06 11:10:36 +08:00
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: support custom the mm alignment and default to be 8 2023-03-06 11:10:36 +08:00
mm_size2ndx.c mm: support custom the mm alignment and default to be 8 2023-03-06 11:10:36 +08:00
mm_zalloc.c
mm.h Support memdump to realize incremental dump function 2023-05-22 12:31:32 +08:00