You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/15 01:29:49 UTC

[GitHub] [nuttx] Donny9 opened a new pull request, #8116: mm/mempool: fix crash ky kasan report and enhance mempool

Donny9 opened a new pull request, #8116:
URL: https://github.com/apache/nuttx/pull/8116

   ## Summary
   Bug fixes and enhancements related to mempool based on https://github.com/apache/nuttx/pull/7450.
   
   1. 4. using inline list intead of queue to avoid kasan report.
   2. update nexpand/ninitial/ninterrupt  to xxxsize, change their unit from block number to mempool size.
   3. add private member: delta for multi mempool to relationship between the block size of each  mempool in multiple mempool by user initialized.
   5. support memalign for mempool and multi mempool.
   
   After this pr, I will submit the patch related to the global mempool.
   ## Impact
   Enhance mempool
   ## Testing
   daily test.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 merged pull request #8116: mm/mempool: fix crash by kasan report and enhance mempool

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #8116:
URL: https://github.com/apache/nuttx/pull/8116


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org