we porting a Linux based application to sysbios on dsp. We want to implement malloc/free using a single HeapMultibuf so that we do not have to always keep track of the heap we have to return the buffer back to.
1. Is there alignement and size limitations on the buffer size used in HeapMultiBuf?
2. With increasing number of different sizes used in HeapMultiBuf, the malloc has to search more. What is the recommended maximum number of different buffer sizes we can put into one HeapMultiBuf?
Thanks
Weichun