Does anyone know the implementation of the DSP/BIOS MEM_alloc()-function since DSP/BIOS version 5.20 or greater. We need to print a list of the complete allocated memory in a memory segment. Our goal is to understand the allocation mechanism, to find memory leaks and to optimize the allocation process.
We have found a small pdf in the TexasInstruments Wiki but this pdf doesn't show the real implementation. We also found the MEM_Header structure which shows the linked list of the allocation function. But actually we are not able to walk through the list to find each allocated memory space.
Maybe someone has an idea of the implementation of the memory allocation. Please let me know!
Best regards.