xiaoxiang781216 commented on issue #2002: URL: https://github.com/apache/incubator-nuttx/issues/2002#issuecomment-718585497
> Hi @xiaoxiang781216, > > I am not sure if I understand you correctly. Can you provide me with some details on how the heap is defined as a table? > BTW I am using NuttX 9.1. > > I want to have one heap, in a single continuous section. I just don't want to have this heap adjacent to the BSS/IDLE stack. This heap needs to be located to a different memory bank, completely unrelated to any other memory regions. so you want the global data in one memory region and the malloc from another memory region? But how do you utilize the remain memory in the first region? ---------------------------------------------------------------- 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