ccollins476ad opened a new pull request #1518: libc/baselibc: syscfg for 
stubbing out malloc/free
URL: https://github.com/apache/mynewt-core/pull/1518
 
 
   ld (linker) does appears to include `malloc()` and `free()` in all builds, 
even when these function are never used.  This commit adds a new syscfg setting 
(`BASELIBC_STUB_MALLOC`).  When this setting is enabled, `malloc()` and 
`free()` are replaced with no-op implementations.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to