Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc94 int64_t outstanding_allocations; member
327 int64_t aborted_allocations = resource_user->outstanding_allocations; in rq_alloc()
328 resource_user->outstanding_allocations = 0; in rq_alloc()
355 resource_user->outstanding_allocations = 0; in rq_alloc()
782 resource_user->outstanding_allocations = 0; in grpc_resource_user_create()
871 resource_user->outstanding_allocations += static_cast<int64_t>(size); in grpc_resource_user_alloc()
885 resource_user->outstanding_allocations -= static_cast<int64_t>(size); in grpc_resource_user_alloc()