Hello
From SDOS Concept manual "Memory manager supports allocation of memory from different memory sections using
the osMalloc() function. Note that SmartDSP OS doesn't support an equivalent
osFree() function and therefore allocated memory is never really released".
You may want to look at the Buffer Management feature and the osMemPart and osmemBlock functions.
This allows you to allocate a buffer and then get and free part of this buffer.
CrasyCat