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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to