× 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.




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

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.