Searched defs:RTL_MEMORY_ALIGN (Results 1 – 1 of 1) sorted by relevance
53 #define RTL_MEMORY_ALIGN(value, align) (((value) + ((align) - 1)) & ~((align) - 1)) macro
Completed in 11 milliseconds