3 回答
TA贡献1796条经验 获得超7个赞
TA贡献1836条经验 获得超3个赞
pthread_joinpthread_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 关注
- 494 浏览
添加回答
举报
