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.

AM5729: Sharing HeapMem_Handle between processes

Part Number: AM5729

Tool/software:

Hi,

I am currently implementing DSP operations in a similar way to the Big Data IPC example. I am able to successfully execute operations in a single process. However, I now want to run multiple processes that all use the same shared memory region to run operations on a DSP. I believe the key to this is the ability to share a HeapMem_Handle created with HeapMem_create to all my different processes. This will allow them all to allocate memory in the same shared region.

Any advice on the best way to share this HeapMem_Handle object between different linux processes would be greatly appreciated. If this is not the best way to achieve my goal of using the same shared memory pool across different processes I am also open to alternative methods if there is a better suggestion.

Regards,
Jared