You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/04/16 20:49:21 UTC

[GitHub] rymanluk commented on a change in pull request #1030: mempool: Add os_mempool_clear function

rymanluk commented on a change in pull request #1030: mempool: Add os_mempool_clear function
URL: https://github.com/apache/mynewt-core/pull/1030#discussion_r181880468
 
 

 ##########
 File path: kernel/os/src/os_mempool.c
 ##########
 @@ -135,6 +135,45 @@ os_mempool_ext_init(struct os_mempool_ext *mpe, uint16_t blocks,
     return 0;
 }
 
+os_error_t
+os_mempool_clear(struct os_mempool *mp)
 
 Review comment:
   Can this patch make use of this function already in os_mempool_init ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services