Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.cc335 int64_t aborted_allocations = resource_user->outstanding_allocations; in rq_alloc() local
337 resource_user->free_pool += aborted_allocations; in rq_alloc()
340 if (aborted_allocations > 0) { in rq_alloc()
341 ru_unref_by(resource_user, static_cast<gpr_atm>(aborted_allocations)); in rq_alloc()