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_query.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
175: #ifdef T2EX
176:         buf = malloc(MAXPACKET);
177:         if ( buf == NULL ) {
481: #ifdef T2EX 482: nbuf = malloc(n + 1); 483: if ( nbuf == NULL ) {
500: #ifdef T2EX 501: nbuf = malloc(n + 1 + d + 1); 502: if ( nbuf == NULL ) {