> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Hunkeler Peter (KIUP 4) > Sent: Monday, August 17, 2009 2:04 AM > To: [email protected] > Subject: Re: Java question >
<snip> > > There is no need to use malloc() in C or ALLOC in PL/1. You can write > your program using only automaic variables. The runtime takes care > of the memory management. This is what I was referring to. Though I will agree in general, there are times when I need things like a linked list or a push down stack or queue of my own. This generally requires dynamic allocation of memory in the "heap". If you have an alternative, I am very open to learning it. Oh, and in PL/I, I have, rarely, had to ALLOC arrays with dynamic run-time dimensions. Of course, this was not doing normal commercial-type work. > <snip> > > -- > Peter Hunkeler > Credit Suisse -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

