Altera_Forum
Honored Contributor
21 years agomalloc( )problem
Hello : data_written = (unsigned char *)malloc(0x1000); num=sizeof(data_written); The size of data_written should be 0x1000,But use the function sizeof,the num is 4 . I hav...