Mercurial > hg > Members > kono > Cerium
comparison example/mainMem/spe/Hello.cc @ 314:2ddf79a7c5fb
debugging
author | root@localhost.localdomain |
---|---|
date | Tue, 09 Jun 2009 01:22:11 +0900 |
parents | c9f8cfcdc5c2 |
children | 44c0bce54dcf |
comparison
equal
deleted
inserted
replaced
313:c9f8cfcdc5c2 | 314:2ddf79a7c5fb |
---|---|
36 | 36 |
37 | 37 |
38 fprintf(stderr,"sizeof(int) = [%d] sizeof(void*)=[%d]\n", (int)sizeof(int),(int)sizeof(void*)); | 38 fprintf(stderr,"sizeof(int) = [%d] sizeof(void*)=[%d]\n", (int)sizeof(int),(int)sizeof(void*)); |
39 fprintf(stderr,"[%d] Main Mem %0x len %d\n", task_id, (unsigned int)next,(int)SIZE); | 39 fprintf(stderr,"[%d] Main Mem %0x len %d\n", task_id, (unsigned int)next,(int)SIZE); |
40 | 40 |
41 free(ptr); | |
41 return 0; | 42 return 0; |
42 } | 43 } |