SCOUG-Programming Mailing List Archives
Return to [ 13 |
February |
2004 ]
<< Previous Message <<
>> Next Message >>
** Reply to message from "Peter Skye pskye@peterskye.com" on Fri, 13 Feb 2004
18:23:06 PST8
> *My* code is nice and tidy and doesn't have to worry about allocations
> or deallocations. *Your* code reminds me of those terrible C memallocs
> which the programmer must keep track of lest he forget to release those
> allocated bytes.
>
> Throw that allocate in the trash can, Lynn. Use BEGIN.
The difference is who has to remember what has been allocated. In C you have
to do it (some types of allocation are freed when you exit a procedure but not
all). In PLI the compiler does it. In PLI when you exit a procedure all
memory allocated in the procedure is freed when the procedure exits.
--
Robert Blair
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-programming".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 13 |
February |
2004 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|