Searched refs:grpc_resource_user_slice_allocator_init (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | resource_quota.h | 148 void grpc_resource_user_slice_allocator_init(
|
D | tcp_custom.cc | 359 grpc_resource_user_slice_allocator_init( in custom_tcp_endpoint_create()
|
D | endpoint_cfstream.cc | 365 grpc_resource_user_slice_allocator_init(&ep_impl->slice_allocator, in grpc_cfstream_endpoint_create()
|
D | resource_quota.cc | 930 void grpc_resource_user_slice_allocator_init( in grpc_resource_user_slice_allocator_init() function
|
D | tcp_posix.cc | 1069 grpc_resource_user_slice_allocator_init( in grpc_tcp_create()
|
/external/grpc-grpc/test/core/iomgr/ |
D | resource_quota_test.cc | 696 grpc_resource_user_slice_allocator_init(&alloc, usr, inc_int_cb, &num_allocs); in test_one_slice() 728 grpc_resource_user_slice_allocator_init(&alloc, usr, inc_int_cb, &num_allocs); in test_one_slice_deleted_late() 770 grpc_resource_user_slice_allocator_init(&alloc, usr, inc_int_cb, &num_allocs); in test_negative_rq_free_pool()
|