Searched refs:num_bytes_left (Results 1 – 2 of 2) sorted by relevance
82 size_t num_bytes_left = num_bytes; in allocate_blocks() local89 slices[i] = grpc_slice_malloc(slice_size > num_bytes_left ? num_bytes_left in allocate_blocks()91 num_bytes_left -= GRPC_SLICE_LENGTH(slices[i]); in allocate_blocks()98 GPR_ASSERT(num_bytes_left == 0); in allocate_blocks()
311 size_t num_bytes_left = num_bytes; in allocate_blocks() local317 slices[i] = grpc_slice_malloc(slice_size > num_bytes_left ? num_bytes_left in allocate_blocks()319 num_bytes_left -= GRPC_SLICE_LENGTH(slices[i]); in allocate_blocks()326 GPR_ASSERT(num_bytes_left == 0); in allocate_blocks()