Search | Google it | Results 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c (0.00 seconds) |
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) {