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 2020/11/28 01:58:19 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #2425: Code size growth between 9.1.0 and 10.0.0-RC0

patacongo edited a comment on issue #2425:
URL: https://github.com/apache/incubator-nuttx/issues/2425#issuecomment-735026990


   Hmm.. for the case of ARM with CONFIG_MM_SMALL=n, the memory returned by mm_malloc() will already be aligned correctly to 8-byte address boundaries.  That is required because the allocated memory must be capable of holding aligned long long and aligned double types in allocated structures.  So for this particular case, switching to mm_memalign() is an unfortunate waste and completely unnecessary.


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