"H.J. Lu" <hjl.to...@gmail.com> writes: > You can't use _attribute__ ((aligned(max))) directly with memory > allocator. How about a new macro, __BIGGEST_ALIGNMENT__?
You can use __attribute__ ((aligned)), you just need to also use __alignof__. I have no objection to __BIGGEST_ALIGMENT__ but that is a separate discussion. Ian