×
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.
Thank you Barbara. That is the exact answer I was looking for. I'll be calling the program one last time to set on LR and execute the dealloc to free the dynamic storage, since it is an interactive job.
Is there an easy way "see" the heap storage currently in use for the activation group (in my example, the default activation group)?
Walter
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Barbara Morris
Sent: Tuesday, February 25, 2014 1:21 PM
To: RPG400-L@xxxxxxxxxxxx
Subject: Re: Dynamic Storage
On 2014-02-24 15:15, Walter Bellisio wrote:
... Then a RCLRSC was executed. - Finally, when the same RPG program
was run again with a breakpoint at the first statement, that the
arrays pointer was set to null ...
The RCLRSC caused the RPG program to be reinitialized on its next call, which caused the pointers to be set to null. But the heap storage was not released.
This situation, where you lose the ability to free the storage, is known as a "memory leak". Nothing has a pointer to the storage so it can't be used, but it remains allocated until the job ends.
--
Barbara
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.