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 8b27d60bcd tools: Make zig available for arm/riscv/sim
     new 723c6e52e2 mm: reorder the preceding and size and move MM_ALLOC_BIT to 
size
     new b1948a1631 mm: move preceding to previous free node to reduce the 
overhead

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 mm/mm_heap/mm.h                 | 22 +++++++++++---
 mm/mm_heap/mm_addfreechunk.c    |  9 +++---
 mm/mm_heap/mm_checkcorruption.c | 14 +++++----
 mm/mm_heap/mm_extend.c          | 11 +++----
 mm/mm_heap/mm_foreach.c         | 17 ++++++-----
 mm/mm_heap/mm_free.c            | 45 ++++++++++++++++++---------
 mm/mm_heap/mm_initialize.c      | 22 ++++++--------
 mm/mm_heap/mm_mallinfo.c        | 45 ++++++++++++++++-----------
 mm/mm_heap/mm_malloc.c          | 49 ++++++++++++++++++------------
 mm/mm_heap/mm_malloc_size.c     |  4 +--
 mm/mm_heap/mm_memalign.c        | 37 +++++++++++------------
 mm/mm_heap/mm_memdump.c         | 19 ++++++------
 mm/mm_heap/mm_realloc.c         | 67 ++++++++++++++++++++---------------------
 mm/mm_heap/mm_shrinkchunk.c     | 29 +++++++++---------
 14 files changed, 218 insertions(+), 172 deletions(-)

Reply via email to