gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
258:         }
259:         statp->_rnd = malloc(16);
260:         res_rndinit(statp);
298: statp->_u._ext.nscount = 0; 299: statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); 300: if (statp->_u._ext.ext != NULL) {