ALIGN_VARIABLE

Rounds a value up to the next natural boundary for the current CPU. This is 4-bytes for 32-bit CPUs and 8-bytes for 64-bit CPUs.

This function rounds the value specified by Value up to the next natural boundary for the current CPU. This rounded value is returned.

@param Value The value to round up.

@return Rounded value specified by Value.

extern (C)
ALIGN_VARIABLE
(
T
)
()

Meta