Searched refs:inc_int_cb (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/iomgr/ |
D | resource_quota_test.cc | 31 static void inc_int_cb(void* a, grpc_error* error) { in inc_int_cb() function 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()
|