![]() |
This is Unofficial EPICS BASE Doxygen Site
|
Declare function adjustToWorstCaseAlignment
More...
#include "libComAPI.h"
Go to the source code of this file.
Functions | |
LIBCOM_API size_t | adjustToWorstCaseAlignment (size_t size) |
Declare function adjustToWorstCaseAlignment
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.
Definition at line 25 of file adjustment.c.