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 2021/07/06 19:45:57 UTC

[GitHub] [incubator-nuttx] davids5 commented on pull request #4068: mm: Remove mm_heap_impl_s struct

davids5 commented on pull request #4068:
URL: https://github.com/apache/incubator-nuttx/pull/4068#issuecomment-875034458


   @xiaoxiang781216  I just noticed that the change adding the name is not reflected in the mm/README.txt nor the titale blocks
   
   ```
   /****************************************************************************
    * Name: mm_initialize
    *
    * Description:
    *   Initialize the selected heap data structures, providing the initial
    *   heap region.
    *
    * Input Parameters:
    *   heap      - The selected heap
    *   heapstart - Start of the initial heap region
    *   heapsize  - Size of the initial heap region
    *
    * Returned Value:
    *   None
    *
    * Assumptions:
    *
    ****************************************************************************/
   ```


-- 
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