GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>
Go to the source code of this file.
Macros | |
#define | GPR_ROUND_UP_TO_ALIGNMENT_SIZE(x) (((x) + GPR_MAX_ALIGNMENT - 1u) & ~(GPR_MAX_ALIGNMENT - 1u)) |
Given a size, round up to the next multiple of sizeof(void*). More... | |
#define GPR_ROUND_UP_TO_ALIGNMENT_SIZE | ( | x | ) | (((x) + GPR_MAX_ALIGNMENT - 1u) & ~(GPR_MAX_ALIGNMENT - 1u)) |
Given a size, round up to the next multiple of sizeof(void*).