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/11 14:38:57 UTC

[GitHub] michal-narajowski opened a new pull request #40: nimble/transport: Use static allocation for mempools

michal-narajowski opened a new pull request #40: nimble/transport: Use static allocation for mempools
URL: https://github.com/apache/mynewt-nimble/pull/40
 
 
   The size of buffers is known at compile time and failing
   to malloc buffer results in assert anyway, so we should use
   static buffers. This has the advantage of linker warning if
   RAM is exceeded.

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