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