Searched defs:ALLOC_ALIGNED (Results 1 – 2 of 2) sorted by relevance
28 #define ALLOC_ALIGNED(align) __attribute__ ((aligned(align))) macro
29 #define ALLOC_ALIGNED(align) __attribute__ ((aligned((align) << 1))) macro