Home
last modified time | relevance | path

Searched refs:new_arena_capacity (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc415 uint8_t new_arena_capacity = in->arena_capacity; in copy_error_and_unref() local
420 new_arena_capacity = static_cast<uint8_t>(3 * new_arena_capacity / 2); in copy_error_and_unref()
423 gpr_malloc(sizeof(*in) + new_arena_capacity * sizeof(intptr_t))); in copy_error_and_unref()
436 out->arena_capacity = new_arena_capacity; in copy_error_and_unref()