patacongo commented on issue #2425:
URL: 
https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735016968


   > The only way to avoid that would be to avoid calling mm_memalign() (or any 
of its variants in the different namespaces).
   
   The previous code avoided this code growth by using a simple trick:  It just 
allocated memory using mm_malloc() family functions and adjusted the base 
address and size to accomplish the alignment.  This does not add code size 
because mm_malloc() is always present.  mm_memalign(), on the other hand, is a 
larger, complex function that is not normally included in the link.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to