gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/lib/libc/src_bsd/stdio/setvbuf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/setvbuf.c - 5.6KB - 154 lines
92:         if (buf == NULL) {
93:                 if ((buf = malloc(size)) == NULL) {
94:                         /*
100: size = iosize; 101: buf = malloc(size); 102: }