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.

What is the default memory alignment used by Memory_alloc()

According to the xdc.runtime.Memory module documentation, calling Memory_alloc() with the align argument set to 0 denotes "maximum default type alignment".

My question is, what is the maximum default type alignment? Can I rely on at least 8-byte alignment if the align argument is 0?

I am using CCS v5.2 and a C6474 multicore DSP.

Many thanks,

Mark