Searched refs:GPR_ROUND_UP_TO_ALIGNMENT_SIZE (Results 1 – 5 of 5) sorted by relevance
50 size_t size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(grpc_channel_stack)) + in grpc_channel_stack_size()51 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(filter_count * in grpc_channel_stack_size()60 size += GPR_ROUND_UP_TO_ALIGNMENT_SIZE(filters[i]->sizeof_channel_data); in grpc_channel_stack_size()67 ((grpc_channel_element*)((char*)(stk) + GPR_ROUND_UP_TO_ALIGNMENT_SIZE( \71 ((grpc_call_element*)((char*)(stk) + GPR_ROUND_UP_TO_ALIGNMENT_SIZE( \95 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(grpc_call_stack)) + in grpc_channel_stack_init()96 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(filter_count * sizeof(grpc_call_element)); in grpc_channel_stack_init()107 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(filter_count * in grpc_channel_stack_init()129 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(filters[i]->sizeof_channel_data); in grpc_channel_stack_init()130 call_size += GPR_ROUND_UP_TO_ALIGNMENT_SIZE(filters[i]->sizeof_call_data); in grpc_channel_stack_init()[all …]
100 initial_size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(initial_size); in gpr_arena_create()102 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(gpr_arena)) + initial_size)); in gpr_arena_create()123 size = GPR_ROUND_UP_TO_ALIGNMENT_SIZE(size); in gpr_arena_alloc()127 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(gpr_arena)) + begin; in gpr_arena_alloc()136 zalloc_aligned(GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(zone)) + size)); in gpr_arena_alloc()141 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(zone)); in gpr_arena_alloc()
25 #define GPR_ROUND_UP_TO_ALIGNMENT_SIZE(x) \ macro
150 (grpc_call_stack*)((char*)(call) + GPR_ROUND_UP_TO_ALIGNMENT_SIZE( \154 GPR_ROUND_UP_TO_ALIGNMENT_SIZE( \848 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(grpc_subchannel_call)); in CreateCall()851 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(channel_stack_->call_stack_size) + in CreateCall()
236 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(grpc_call)))239 GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(grpc_call)))304 gpr_arena_alloc(arena, GPR_ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(grpc_call)) + in grpc_call_create()