3 回答

TA貢獻1796條經驗 獲得超7個贊

TA貢獻1836條經驗 獲得超3個贊
pthread_join
pthread_join
編輯
==18933== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4)--18933-- --18933-- used_suppression: 2 dl-hack3-cond-1--18933-- used_suppression: 2 glibc-2.5.x-on-SUSE-10.2-(PPC)-2a
dl-
valgrind

TA貢獻1820條經驗 獲得超10個贊
int foo(void){ static char *working_buf = NULL; char *temp_buf; if (!working_buf) { working_buf = (char *) malloc(16 * 1024); } temp_buf = (char *) malloc(5 * 1024); .... .... ....}
- 3 回答
- 0 關注
- 456 瀏覽
添加回答
舉報