This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
6770中如何为每个核各申请一个堆,用于每个核的地址malloc?
您好,
如果不用sysBIOS,使用CMD进行内存划分,可以在CMD中修改heap的size及存放的位置;
如果使用sysBios,可以参考sysBios userguide 6.7节关于dynamic memeory allocation。