Lines Matching refs:malloc
57 #include <malloc.h>
511 /* of the transport. This buffer will be malloc'd after we have found */
5055 myaddr = (struct sockaddr_in *)malloc(sizeof(struct sockaddr_in));
5057 printf("malloc(%d) failed!\n", sizeof(struct sockaddr_in));
5618 message = (char *)malloc(DATABUFFERLEN);
5620 printf("malloc(%d) failed!\n", DATABUFFERLEN);
6003 /* send_size buffers malloc'd in the */