Return the specified size (in bytes) rounded up to the smallest integral multiple of the maximum alignment. The behavior is undefined unless 0 <= size.
Declared in <bsls_platformutil.h>
static
int
roundUpToMaximalAlignment(int size);
DEPRECATED: Use AlignmentUtil::roundUpToMaximalAlignment instead.
size rounded up to a multiple of the maximum alignment
| Name | Description |
|---|---|
| size | size in bytes to round up |