adjustment.h
Declare function adjustToWorstCaseAlignment
Declares a single function adjustToWorstCaseAlignment
.
Functions
-
size_t adjustToWorstCaseAlignment(size_t size)
returns a value larger or equal than
size
, that is an exact multiple of the worst case alignment for the architecture on which the routine is executed.