gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c - 13.7KB - 383 lines
118:                 return (-1);
119:         if ((buf = malloc(needed)) == NULL)
120:                 return (-1);
127: return ERRNO(needed); 128: if ((buf = malloc(needed)) == NULL) 129: return ENOMEM;
223: #ifndef T2EX 224: data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt); 225: if (data == NULL) {