Read-only archive of the All About Symbian forum (2001–2013) · About this archive

problem in memory allocation

0 replies · 891 views · Started 17 June 2003

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?