Re: dynamic heap size, palm os 4.0

2006-08-30 Thread Dmitry Grinberg
3.5 and below: http://www.palmos.com/dev/support/docs/palmos/PalmOSCompanion/Memory.html#1025909 4.0 and above: all different. here are some: T5: 4MB E2: 6MB TH55: 8MB TT: 800K TX: 6MB On 8/30/06, Jeff Ondich <[EMAIL PROTECTED]> wrote: Thanks, Dmitri. One follow-up question. Do any of you k

Re: dynamic heap size, palm os 4.0

2006-08-30 Thread Jeff Ondich
Thanks, Dmitri. One follow-up question. Do any of you know of a list of the various heap sizes made available by different versions of Palm OS? (Or maybe it varies by device, too?) Thanks, Jeff Dmitry Grinberg wrote: if you're feeling lucky: HwrEnableDataWrites(true); PilotMain(); Hw

Re: dynamic heap size, palm os 4.0

2006-08-30 Thread Dmitry Grinberg
if you're feeling lucky: HwrEnableDataWrites(true); PilotMain(); HwrEnableDataWrites(false); and replace all calls to MemPtrNew(sz) with MemChunkNew(1,sz,0x203); and all MemHandleNew(sz) with MemHandleNew(1,sz,3); this will work on OS2.0 - 5.2.1. In all OS versions after 5.2.1 the HwrEnableD

dynamic heap size, palm os 4.0

2006-08-30 Thread Jeff Ondich
My application needs about 300-400KB of dynamic heap space to run. When I run it on POSE with Palm OS 4.0 and 8MB of memory, it crashes. A bit of investigation shows me that I have three heaps on card 0, like so: ID 0: 250KB, dynamic ID 1: 7.75MB, not dynamic ID 2: 2.3MB, not dynamic Mo

re: Treo 600/650 dynamic heap size

2004-12-17 Thread John Cundall
About 3MBytes in both cases. I say "about" as these the figures returned by MemHeapFreeBytes() on the Treo 600 & 650 simulators - I see a free bytes value of 2.9MBbytes. John. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Treo 600/650 dynamic heap size

2004-12-17 Thread WP
Hello, I've already searched forums and I was able to find informations about dynamic heap size of most Palm devices. The only 2 devices that I wasn't able to find were Treo 600 and Treo 650. Does anyone know what is a dynamic heap size of those 2 smartphones? best regards, Marek

Re: Palm ZIRE dynamic heap size

2003-08-14 Thread Nicolas Pabion
IF you check the Palm SG PluggedIn FAQ, you'll see it has121KB of dynamic heap (assuming device was just hard-reset). Nicolas "HermesPalm" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi all, can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of memory, OS

Palm ZIRE dynamic heap size

2003-08-14 Thread HermesPalm
Hi all, can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of memory, OS 4.1 Thanks, Ciprian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm ZIRE dynamic heap size

2003-08-14 Thread Douglas Handy
Ron, >Although total dynamic heap size is fixed by the hardware vendor, >the amount of available dynamic memory is not, Yes, I should have said "maximum". My larger point was that the vendor determines the allocation between storage and dynamic, which is fixed. >Bec

Re: Palm ZIRE dynamic heap size

2003-08-14 Thread Ron Nicholson
mber. Running enabled hacks may > reduce the size though. The two of you are talking about 2 different things. Although total dynamic heap size is fixed by the hardware vendor, the amount of available dynamic memory is not, as it may be affected not only by "hacks", but by display

Re: Palm ZIRE dynamic heap size

2003-08-10 Thread Steve K
Say i'm downloading a DB file to the zire to be used in a project, what are the size limitations on such a file? Thought i'd chime in. tia, Steve "Douglas Handy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Bullshark, > > >>can anyone tell me how much dynamic memory has a Pal

Re: Palm ZIRE dynamic heap size

2003-08-09 Thread bullshark
On Fri, 8 Aug 2003 11:25:40 +0300, "HermesPalm" <[EMAIL PROTECTED]> wrote: > >Hi all, > > >can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of memory, >OS 4.1 > No. Available memory depends on memory use. It's not a fixed number. bullshark -- For information on using

Re: Palm ZIRE dynamic heap size

2003-08-08 Thread Douglas Handy
Bullshark, >>can anyone tell me how much dynamic memory has a Palm Zire with only 2 MB of memory, >>OS 4.1 >No. Available memory depends on memory use. It's not >a fixed number. Wrong. It is a number fixed by the manufacturer. Adding applications or database records has *no* affect on the num

Dynamic heap size

2003-06-07 Thread Simon Jacobs
I'm sorry if this has been asked before or is listed somewhere obvious, I honestly did try and find the information with no luck. Is there a list of the dynamic heap sizes for recent Palm OS devices? In a lot of the FAQ's it mentions for OS 3.5 and lower but I'd really like to know for devices su

Re: OS5 dynamic heap size?

2002-11-05 Thread David Fedor
How is dynamic heap size in OS5 calculated? The simulator allows one to set this through the options menu, but what about real devices? Is this based on total memory size, as in previous OS versions? Licensees decide how much heap size to reserve for each device. The Sony NX devices have 4mb

OS5 dynamic heap size?

2002-11-02 Thread Tilo Christ
Hi! How is dynamic heap size in OS5 calculated? The simulator allows one to set this through the options menu, but what about real devices? Is this based on total memory size, as in previous OS versions? Cheers, Tilo -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Dynamic Heap Size..?

2001-01-28 Thread Alan Ingleby
e feel free to go ahead and > > pummel me with Reality. :-) > > > > -- Keith Rollin > > -- Palm OS Emulator engineer > > > > "B. Cameron Lesiuk" <[EMAIL PROTECTED]> on 01/24/2001 08:23:27 PM > > > > Please respond to "Pal

Re: Dynamic Heap Size..?

2001-01-25 Thread David Fedor
>One weird thing I noticed is that the largest chunk available on a 1 meg 3.5 >device with b&w screen is only about 10K, whereas the color device is 35K!! >This was causing the problem. Anyone know why this is? (David??) The size of the dynamic heap, as of 3.5, is determined at boot time based

Re: Dynamic Heap Size..?

2001-01-25 Thread DIAMOND JEFF
:-) > > -- Keith Rollin > -- Palm OS Emulator engineer > > "B. Cameron Lesiuk" <[EMAIL PROTECTED]> on 01/24/2001 08:23:27 PM > > Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> > > Sent by: "B. Cameron Lesiuk" &l

Re: Dynamic Heap Size..?

2001-01-25 Thread krollin
. Cameron Lesiuk" <[EMAIL PROTECTED]> on 01/24/2001 08:23:27 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "B. Cameron Lesiuk" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> cc:(Keith

Re: Dynamic Heap Size..?

2001-01-24 Thread Alan Ingleby
thing. > The chart you're looking for is near the very bottom. > -Cam > > Alan Ingleby wrote: > > > A) Is there a way to programmatically determine the Dynamic Heap size? > > B) Is these a chart which shows the Dynamic Heaps sizes for OS3.5 when > > installed

Re: Dynamic Heap Size..?

2001-01-24 Thread B. Cameron Lesiuk
ermine the Dynamic Heap size? > B) Is these a chart which shows the Dynamic Heaps sizes for OS3.5 when > installed on different machines, with different amounts of RAM? > > The reason I ask is that my program barfs when running on POSE due to > insufficient dynamic heap under OS

Dynamic Heap Size..?

2001-01-24 Thread Alan Ingleby
A) Is there a way to programmatically determine the Dynamic Heap size? B) Is these a chart which shows the Dynamic Heaps sizes for OS3.5 when installed on different machines, with different amounts of RAM? The reason I ask is that my program barfs when running on POSE due to insufficient dynamic

Dynamic heap size

2000-12-14 Thread Michal Seliga
Greetings.. In documentation I read that size of dynamic heap on PalmOS 3.1 devices is 96kb (more on PalmOS 3.5 devices, I think 128-192 kB) I wrote a simple program which takes actual free space on heap (only for my tests) and it showed 235 282 bytes free on my PalmOS 3.1 based Handspring Vis

RE: Dynamic Heap Size

2000-06-21 Thread Michael S. Davis
PM > To: Palm Developer Forum > Subject: Re: Dynamic Heap Size > > > > > > > >I know this is probably a stupid question, but is there any way to > increase > > > >the size of the dynamic heap? Is it fixed by the Operating System? > > > > &g

RE: Dynamic Heap Size

2000-06-21 Thread Frank Nichols
Ah ha! A challenge! /fn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 21, 2000 12:40 PM To: Palm Developer Forum Subject: Re: Dynamic Heap Size > > >I know this is probably a stupid question, but

Re: Dynamic Heap Size

2000-06-21 Thread krollin
> > >I know this is probably a stupid question, but is there any way to increase > > >the size of the dynamic heap? Is it fixed by the Operating System? > > > > Sounds like a perfectly reasonable question to me... :o) > > > > It's determined during boot according to the total amount of RAM inst

Re: Dynamic Heap Size

2000-06-21 Thread Michael S. Davis
On Wed, 21 Jun 2000, Jim Schram wrote: > At 1:10 PM -0500 2000/06/21, Rob Graber wrote: > >I know this is probably a stupid question, but is there any way to increase > >the size of the dynamic heap? Is it fixed by the Operating System? > > Sounds like a perfectly reasonable question to me... :

Re: Dynamic Heap Size

2000-06-21 Thread Jim Schram
At 1:10 PM -0500 2000/06/21, Rob Graber wrote: >I know this is probably a stupid question, but is there any way to increase >the size of the dynamic heap? Is it fixed by the Operating System? Sounds like a perfectly reasonable question to me... :o) It's determined during boot according to the t

Dynamic Heap Size

2000-06-21 Thread Rob Graber
I know this is probably a stupid question, but is there any way to increase the size of the dynamic heap? Is it fixed by the Operating System? Any input would be great! Very truly yours, Rob G. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.