You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/07/01 18:44:48 UTC

[incubator-nuttx] branch master updated (1d0ade6 -> 187538c)

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

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


    from 1d0ade6  libc: Remove the duplication lib_xxx macro
     add 187538c  Move aligned_alloc, posix_memalign and valloc from mm/umm to libs/libc/stdlib

No new revisions were added by this update.

Summary of changes:
 libs/libc/stdlib/Make.defs                                          | 1 +
 .../umm_aligned_alloc.c => libs/libc/stdlib/lib_aligned_alloc.c     | 6 ++++--
 .../umm_posix_memalign.c => libs/libc/stdlib/lib_posix_memalign.c   | 6 ++++--
 mm/umm_heap/umm_valloc.c => libs/libc/stdlib/lib_valloc.c           | 6 ++++--
 mm/umm_heap/Make.defs                                               | 3 +--
 5 files changed, 14 insertions(+), 8 deletions(-)
 rename mm/umm_heap/umm_aligned_alloc.c => libs/libc/stdlib/lib_aligned_alloc.c (93%)
 rename mm/umm_heap/umm_posix_memalign.c => libs/libc/stdlib/lib_posix_memalign.c (93%)
 rename mm/umm_heap/umm_valloc.c => libs/libc/stdlib/lib_valloc.c (95%)