Searched refs:NUM_CALLS (Results 1 – 3 of 3) sorted by relevance
113 #define NUM_CALLS 100 in resource_quota_server() macro135 static_cast<grpc_call**>(malloc(sizeof(grpc_call*) * NUM_CALLS)); in resource_quota_server()137 static_cast<grpc_call**>(malloc(sizeof(grpc_call*) * NUM_CALLS)); in resource_quota_server()140 malloc(sizeof(grpc_metadata_array) * NUM_CALLS)); in resource_quota_server()143 malloc(sizeof(grpc_metadata_array) * NUM_CALLS)); in resource_quota_server()146 malloc(sizeof(grpc_metadata_array) * NUM_CALLS)); in resource_quota_server()148 malloc(sizeof(grpc_call_details) * NUM_CALLS)); in resource_quota_server()150 malloc(sizeof(grpc_status_code) * NUM_CALLS)); in resource_quota_server()152 static_cast<grpc_slice*>(malloc(sizeof(grpc_slice) * NUM_CALLS)); in resource_quota_server()154 malloc(sizeof(grpc_byte_buffer*) * NUM_CALLS)); in resource_quota_server()[all …]
426 for (call = 0; call < [[NUM_CALLS]]; call++) { in execute_one()
3779 for (call = 0; call < [[NUM_CALLS]]; call++) {