Home
last modified time | relevance | path

Searched defs:RTL_MEMORY_ALIGN (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dalloc_impl.h59 #define RTL_MEMORY_ALIGN(value, align) (((value) + ((align) - 1)) & ~((align) - 1)) macro

Completed in 18 milliseconds