|
EPICS Base
7.0.5.1
|
Declare function adjustToWorstCaseAlignment
More...
#include "libComAPI.h"
Go to the source code of this file.
Functions | |
| LIBCOM_API size_t | adjustToWorstCaseAlignment (size_t size) |
Declares a single function adjustToWorstCaseAlignment.
Definition in file adjustment.h.
| LIBCOM_API 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.
1.8.13