Lines Matching full:malloc
39 pPrintBuff = malloc(length+1);
49 wfc_util_log_error("wfc_util_printf : can not malloc(%d)", (length+1));
89 pBackupBuff = malloc(sz_backupBuff);
126 wfc_util_log_error("wfc_util_finsert_new_string : can not malloc(%d)", sz_backupBuff);
160 pNewReadBuff = malloc(sz_newReadBuff);
191 wfc_util_log_error("wfc_util_fupdate_string : can not malloc(%d)", (int)sz_newReadBuff);
219 pReadBuff = malloc(sz_file + 1); // null terminated
242 wfc_util_log_error("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file);
283 pReadBuff = malloc(sz_file + 1); // null terminated
316 wfc_util_log_error("wfc_util_fget_buffer : can not malloc(%d)", (int)sz_file);
363 pReadBuff = malloc(sz_file + 1); // null terminated
414 pNewValueBuff = malloc( sz_NewValueBuff);
430 wfc_util_log_error("wfc_util_fset_string : can not malloc(%d)", (int)sz_file);
436 wfc_util_log_error("wfc_util_fset_string : can not malloc(%d)", (int)sz_file);
490 pReadBuff = malloc(sz_file + 1);
536 wfc_util_log_error("wfc_util_fget_string : can not malloc(%d)", (int)sz_file);