Home
last modified time | relevance | path

Searched refs:MAXALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/external/netperf/src/
Dnettest_dlpi.c1333 temp_message_ptr = (char *)malloc(req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()
1335 printf("malloc(%d) failed!\n", req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()
1342 send_message.maxlen = req_size+MAXALIGNMENT+MAXOFFSET; in send_dlpi_co_rr()
1346 temp_message_ptr = (char *)malloc(rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()
1348 printf("malloc(%d) failed!\n", rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_co_rr()
1355 recv_message.maxlen = rsp_size+MAXALIGNMENT+MAXOFFSET; in send_dlpi_co_rr()
2707 temp_message_ptr = (char *)malloc(req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()
2709 printf("malloc(%d) failed!\n", req_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()
2720 temp_message_ptr = (char *)malloc(rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()
2722 printf("malloc(%d) failed!\n", rsp_size+MAXALIGNMENT+MAXOFFSET); in send_dlpi_cl_rr()
Dnetlib.h27 #define MAXALIGNMENT 16384 macro
29 #define DATABUFFERLEN MAXMESSAGESIZE+MAXALIGNMENT+MAXOFFSET