This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
急急,6467运行dsp算法时,第一次算法运行成功,结果也正确,但是,接下来运行的时候,dsp莫名其名的死掉,算法死在下面的代码里面:
void getMem(int ***buf)
{
*buf=(int**)MEM_alloc(heap,(1<<2)*sizeof(int**),1);
*t*buf=(int*)MEM_alloc(heap,(1<<2)*(1<<2)*sizeof(int**),1);
}
int main()
{
int **temp1;
int **temp2;
getMem(&temp1);
getMem(&temp2);//if has this code,it die;
return 0;
}
速求帮忙,谢谢!
你是 e2e 上的 jack jack2吗?呵呵
hi jack
The issue is usually caused by mismatch of models between running and compiling phase,pls check it.
By the way,are you from china?
:)