× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Thanks Chris, I stand corrected.

Does anyone know the actual real limit to an activation group's heap space? Is there one?

Chris Pando wrote:
On 12/7/06, Peter Levy <plevy@xxxxxxxxxxxx> wrote:

... snip ...

IIRC there is a maximum size of  the heap space in an activation
group of 16 mb.

The most heap you can allocate at once is:

16776704 bytes

(using ALLOC or %Alloc() ).

There is nothing to keep you from doing that any number of times.
I have some documentation tools that regularly use hundreds of
MB of heap storage.


Also, if you replace the ALLOC opcode with a call to
_C_TS_malloc (out of the C Run-time library) the limit is:

2147483408 bytes.

Plenty for almost all daily uses.


Chris
--
www.brilligware.com
Home of MineSweeper5250!

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.