D | resource_quota_test.cc | 87 static void destroy_user(grpc_resource_user* usr) { in destroy_user() argument 89 grpc_resource_user_unref(usr); in destroy_user() 109 grpc_resource_user* usr = grpc_resource_user_create(q, "usr"); in test_resource_user_no_op() local 111 destroy_user(usr); in test_resource_user_no_op() 119 grpc_resource_user* usr = grpc_resource_user_create(q, "usr"); in test_instant_alloc_then_free() local 122 grpc_resource_user_alloc(usr, 1024, nullptr); in test_instant_alloc_then_free() 126 grpc_resource_user_free(usr, 1024); in test_instant_alloc_then_free() 129 destroy_user(usr); in test_instant_alloc_then_free() 137 grpc_resource_user* usr = grpc_resource_user_create(q, "usr"); in test_instant_alloc_free_pair() local 140 grpc_resource_user_alloc(usr, 1024, nullptr); in test_instant_alloc_free_pair() [all …]
|