gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:malloc from t2ex/t2ex_source/kernel/sysmain/src/network_sample/net_test.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/net_test.c - 12.1KB - 415 lines
83: 
84:         buf = malloc(HTTP_BUFSIZE);
85:         bzero(buf, HTTP_BUFSIZE);
120: 121: buf = malloc(size); 122: re = so_getaddrinfo(hostname, NULL, &hints, &res, buf, size, NULL);