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/15 12:06:01 UTC

[nuttx] branch master updated (04f15d9dc1 -> 5c0a5a6627)

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 04f15d9dc1 fix the bug of strtold
     add adaca6a5ce mm/mempool: using inline list instead of queue to avoid kasan report
     add cd97134c7c mm/mempool: update nexpand/ninitial/ninterrupt to xxxsize
     add e5394be881 mempool/multiple_mempool: add private member delta in multiple-mempool
     add f5ee767c46 mm/mempool: fix crash about mempool_multiple_realloc
     add 5c0a5a6627 mm/mempool: support memalign about mempool and mulitple mempool

No new revisions were added by this update.

Summary of changes:
 include/nuttx/mm/mempool.h    |  84 ++++++++++++++++++------
 mm/mempool/mempool.c          | 146 +++++++++++++++++++++++++++---------------
 mm/mempool/mempool_multiple.c | 129 ++++++++++++++++++++++++++++++++++---
 3 files changed, 278 insertions(+), 81 deletions(-)