Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc327 int64_t aborted_allocations = resource_user->outstanding_allocations; in rq_alloc() local
329 resource_user->free_pool += aborted_allocations; in rq_alloc()
332 ru_unref_by(resource_user, static_cast<gpr_atm>(aborted_allocations)); in rq_alloc()