patacongo edited a comment on pull request #1501: URL: https://github.com/apache/incubator-nuttx/pull/1501#issuecomment-670134987
> It's better to prepare a concrete change before discussing. The PR doesn't conflict with discussion but help people understand the problem. You should at least first understand the reason why the OS uses all pre-allocated memory resources. This is required by certain safety standards: After the booting, these standards prohibit any dynamic allocation of memory. We need to conform to this standard. This is currently implemented for most OS structures. Messages are a little different, there is a fixed pool there too, but additional messages can be allocated dynamically if necessary. But, in general, the no dynamic-allocation-after-initialization requirement must be supported. ---------------------------------------------------------------- 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