GT
GT copied to clipboard
Can we just use some crt function instead of for loop to zero memory?
int fill(int blockNum) (com_tencent_wstt_gt_api_utils_MemFillTool.c@50)
Using crt func will significantly speed up the zero operation
I second. calloc()
should be better.