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/incubator-nuttx.git.


    from 774994b  net/tcp: support for FIN+ACK case in tcp send event handlers
     add eba0323  mm/mm_heap: add mm_foreach to run handler for every memory 
node
     add b1a51a5  mm/mm_checkcorruption: using mm_foreach to do 
mm_checkcorruption
     add 12b256f  mm/mm_mallinfo: using mm_foreach to do mm_mallinfo

No new revisions were added by this update.

Summary of changes:
 mm/mm_heap/Make.defs                              |   2 +-
 mm/mm_heap/mm.h                                   |  16 ++-
 mm/mm_heap/mm_checkcorruption.c                   |  85 +++++---------
 mm/mm_heap/{mm_checkcorruption.c => mm_foreach.c} |  55 ++++-----
 mm/mm_heap/mm_mallinfo.c                          | 131 +++++++++-------------
 5 files changed, 115 insertions(+), 174 deletions(-)
 copy mm/mm_heap/{mm_checkcorruption.c => mm_foreach.c} (66%)

Reply via email to