Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.cc98 int64_t outstanding_allocations; member
328 resource_user->free_pool, resource_user->outstanding_allocations); in rq_alloc()
335 int64_t aborted_allocations = resource_user->outstanding_allocations; in rq_alloc()
336 resource_user->outstanding_allocations = 0; in rq_alloc()
365 resource_user->outstanding_allocations = 0; in rq_alloc()
803 resource_user->outstanding_allocations = 0; in grpc_resource_user_create()
899 resource_user->outstanding_allocations += static_cast<int64_t>(size); in resource_user_alloc_locked()