You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/02/13 14:17:03 UTC

[incubator-nuttx] branch master updated (3381ecb -> 1382ea5)

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

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


    from 3381ecb  Remove CONFIG_BUILTIN_PROXY_STACKSIZE from README files
     add 1382ea5  mm/: Coding style clean-up

No new revisions were added by this update.

Summary of changes:
 mm/iob/iob_alloc_qentry.c    |  6 +++---
 mm/iob/iob_clone.c           |  2 +-
 mm/iob/iob_copyin.c          |  3 ++-
 mm/iob/iob_free.c            |  3 ++-
 mm/iob/iob_navail.c          |  1 +
 mm/iob/iob_pack.c            | 14 +++++++-------
 mm/iob/iob_statistics.c      |  1 -
 mm/iob/iob_test.c            |  1 +
 mm/mm_gran/mm_granalloc.c    |  3 ++-
 mm/mm_gran/mm_grancritical.c |  1 -
 mm/mm_gran/mm_granfree.c     |  4 ++--
 mm/mm_gran/mm_graninfo.c     | 14 +++++++-------
 mm/mm_gran/mm_granmark.c     |  4 ++--
 mm/mm_gran/mm_pgalloc.c      |  2 ++
 mm/mm_heap/mm_extend.c       |  3 ++-
 mm/mm_heap/mm_initialize.c   | 18 ++++++++++--------
 mm/mm_heap/mm_malloc.c       |  4 ++--
 mm/mm_heap/mm_memalign.c     |  6 ++++--
 mm/mm_heap/mm_realloc.c      | 27 ++++++++++++++++++---------
 mm/mm_heap/mm_sem.c          |  8 ++++----
 mm/mm_heap/mm_shrinkchunk.c  |  3 ++-
 mm/mm_heap/mm_size2ndx.c     |  2 +-
 mm/umm_heap/umm_globals.c    |  4 ++++
 23 files changed, 79 insertions(+), 55 deletions(-)