You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/17 08:48:37 UTC

[nuttx] branch master updated (2e0de13813 -> 8101978765)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 2e0de13813 Documentation: Restore some esp32-devkitc openocd doc
     add af3978c1fa adjust the contents of memdump and meminfo
     add c386a1a2d9 mm/mempool: support backtrace function for mempool
     add 29404ef54e procmeminfo:support memdump can show specific task for tlsf
     add 154bb93c45 mm: Terminate the backtrace array with one NULL pointer
     add 8101978765 arch/sim: fix compile break when using mallinfo_task with custom mm manager

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/sim_heap.c   |  15 +++
 include/malloc.h              |   4 -
 include/nuttx/mm/mempool.h    |  82 ++++++++++++
 include/nuttx/mm/mm.h         |   2 -
 mm/kmm_heap/kmm_mallinfo.c    |   2 -
 mm/mempool/mempool.c          | 281 +++++++++++++++++++++++++++++++++++++-----
 mm/mempool/mempool_multiple.c |  43 +++++++
 mm/mm_heap/mm.h               |   6 +-
 mm/mm_heap/mm_mallinfo.c      |  20 ++-
 mm/mm_heap/mm_memdump.c       |  33 ++---
 mm/tlsf/mm_tlsf.c             |  65 ++++++----
 mm/umm_heap/umm_mallinfo.c    |   2 -
 12 files changed, 461 insertions(+), 94 deletions(-)