gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:malloc from t2ex/t2ex_source/kernel/sysmain/src/command.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
477: 
478:         buf = malloc(fsz + 1);
479:         if (!buf) {
531: if (fsz > 0) { 532: buf = malloc(fsz + 1); 533: if (!buf) {