Is there heap size limitaion?
Alexey Salmin
alexey.salmin@gmail.com
Mon Jan 5 10:32:00 GMT 2009
> int **table1=malloc(10000000*sizeof(int));
Replace sizeof(int) with sizeof(int *). They are equal on m32 but not
on the m64.
Alexey
More information about the Gcc-help
mailing list