Hello!

I allocate memory with the 'new' operator.

For example:

Char *p;
p= new char[1024*1024];

And I haven't problems.

But I don't allocate chunk memory, and I allocate more than 64KB.

Is it correct?
Why can I allocate more than 64Kb?


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to