can i have more than 60k in heap allocation

Login to reply to this topic.
Tue, 2005-06-21 09:50
Joined: 2005-05-09
Forum posts: 33

My application would require more than 60k of heap and total application size would exceed 1.5mb,
  is it possible in Nokia6600 to have such application

Any setting to be changed?
thanks in advance?


Tue, 2005-06-21 10:57
Joined: 2005-03-15
Forum posts: 94
Re: can i have more than 60k in heap allocation
You can modify the settings in MMP file.

The setting to be changed is epocheapsize if you need more than 1Mb (default value) for heap size.

====
Vivek

Vivek Chopra

Tue, 2005-06-21 11:03
Joined: 2004-01-09
Forum posts: 188
Re: can i have more than 60k in heap allocation
Use the epocheapsize statement to specify minimum and maximum heap sizes for your executable other than the default 1KB minimum and 1MB maximum.

The sizes can be specified in decimal or hexadecimal format. Use of this statement will have no effect under Win32 platforms.


----
Chetan Kulshrestha

  • Login to reply to this topic.