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 13:57:43 UTC

[nuttx] branch master updated (3d7629a02c -> bc30b294aa)

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 3d7629a02c fs/mmap: fix compile warning if set the optimize level to O3
     add bc30b294aa mm:add heap args to mm_malloc_size

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/sim_heap.c   |  2 +-
 include/nuttx/mm/mempool.h    |  4 +++-
 include/nuttx/mm/mm.h         |  2 +-
 mm/kmm_heap/kmm_malloc_size.c |  2 +-
 mm/mempool/mempool.c          |  2 +-
 mm/mempool/mempool_multiple.c |  4 +++-
 mm/mm_heap/mm_free.c          |  2 +-
 mm/mm_heap/mm_malloc.c        |  2 +-
 mm/mm_heap/mm_malloc_size.c   |  4 ++--
 mm/mm_heap/mm_memalign.c      |  5 +++--
 mm/mm_heap/mm_realloc.c       |  7 ++++---
 mm/tlsf/mm_tlsf.c             | 23 ++++++++++++-----------
 mm/umm_heap/umm_malloc_size.c |  4 +++-
 13 files changed, 36 insertions(+), 27 deletions(-)