Go to the documentation of this file.
19 #ifndef GRPC_CORE_LIB_GPR_ALLOC_H
20 #define GRPC_CORE_LIB_GPR_ALLOC_H
25 #define GPR_ROUND_UP_TO_ALIGNMENT_SIZE(x) \
26 (((x) + GPR_MAX_ALIGNMENT - 1u) & ~(GPR_MAX_ALIGNMENT - 1u))
grpc
Author(s):
autogenerated on Fri May 16 2025 02:57:40