in porting a simple c code,there is problem in memory allocation.memory is not allcated ,if we exceed it by 8 MB..
mem = (unsigned char *)new unsigned char[0x800000];
it does not work.......
can anyone suggest a solution for this problem?
in porting a simple c code,there is problem in memory allocation.memory is not allcated ,if we exceed it by 8 MB..
mem = (unsigned char *)new unsigned char[0x800000];
it does not work.......
can anyone suggest a solution for this problem?