Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.cc442 class RuSliceRefcount { class
445 auto* rc = static_cast<RuSliceRefcount*>(p); in Destroy()
446 rc->~RuSliceRefcount(); in Destroy()
449 RuSliceRefcount(grpc_resource_user* resource_user, size_t size) in RuSliceRefcount() function in grpc_core::RuSliceRefcount
456 ~RuSliceRefcount() { grpc_resource_user_free(resource_user_, size_); } in ~RuSliceRefcount()
471 auto* rc = static_cast<grpc_core::RuSliceRefcount*>( in ru_slice_create()
472 gpr_malloc(sizeof(grpc_core::RuSliceRefcount) + size)); in ru_slice_create()
473 new (rc) grpc_core::RuSliceRefcount(resource_user, size); in ru_slice_create()