newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
rbrunner
54
eric
54
Andreas
46
sandeepmhptr
41
alh
32
more
Feeds
More feeds...
can i have more than 60k in heap allocation
Login
to reply to this topic.
Tue, 2005-06-21 09:50
sree.iitm
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?
Login
or
register
to post in forums
Tue, 2005-06-21 10:57
vivekchopra
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
chitransh_chetan
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.
Forum posts: 94
The setting to be changed is epocheapsize if you need more than 1Mb (default value) for heap size.
====
Vivek
Vivek Chopra
Forum posts: 188
The sizes can be specified in decimal or hexadecimal format. Use of this statement will have no effect under Win32 platforms.
----
Chetan Kulshrestha