Home | History | Annotate | Download | only in netperf

Lines Matching refs:MAXOFFSET

1097   temp_message_ptr = (char *)malloc(req_size+MAXALIGNMENT+MAXOFFSET);
1099 printf("malloc(%d) failed!\n", req_size+MAXALIGNMENT+MAXOFFSET);
1106 send_message.maxlen = req_size+MAXALIGNMENT+MAXOFFSET;
1110 temp_message_ptr = (char *)malloc(rsp_size+MAXALIGNMENT+MAXOFFSET);
1112 printf("malloc(%d) failed!\n", rsp_size+MAXALIGNMENT+MAXOFFSET);
1119 recv_message.maxlen = rsp_size+MAXALIGNMENT+MAXOFFSET;
2474 temp_message_ptr = (char *)malloc(req_size+MAXALIGNMENT+MAXOFFSET);
2476 printf("malloc(%d) failed!\n", req_size+MAXALIGNMENT+MAXOFFSET);
2487 temp_message_ptr = (char *)malloc(rsp_size+MAXALIGNMENT+MAXOFFSET);
2489 printf("malloc(%d) failed!\n", rsp_size+MAXALIGNMENT+MAXOFFSET);