home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / perl / 5580 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!cs.utexas.edu!convex!convex!tchrist
  3. From: Tom Christiansen <tchrist@convex.COM>
  4. Subject: Re: memory problem with test program
  5. Originator: tchrist@pixel.convex.com
  6. Sender: usenet@news.eng.convex.com (news access account)
  7. Message-ID: <1992Aug28.144243.14166@news.eng.convex.com>
  8. Date: Fri, 28 Aug 1992 14:42:43 GMT
  9. Reply-To: tchrist@convex.COM (Tom Christiansen)
  10. References: <2038@ltb.ltb.bso.nl>
  11. Nntp-Posting-Host: pixel.convex.com
  12. Organization: Convex Computer Corporation, Colorado Springs, CO
  13. X-Disclaimer: This message was written by a user at CONVEX Computer
  14.               Corp. The opinions expressed are those of the user and
  15.               not necessarily those of CONVEX.
  16. Lines: 16
  17.  
  18. From the keyboard of wierda@ltb.ltb.bso.nl (Gerben Wierda):
  19. :We have several perl programs that use a reasonable lot of data in (assoc)
  20. :arrays. However, freeing those arrays does not make the memory use smaller. Is
  21. :this perl? BSD?
  22.  
  23. Few if any implementations of UNIX support returning memory to the 
  24. operating system, and even if they did, you'd have coalescing and 
  25. garbage collection issues that would make it hard to give piece from
  26. the malloc pool back to the OS.
  27.  
  28. --tom
  29. -- 
  30.     Tom Christiansen      tchrist@convex.com      convex!tchrist
  31.  
  32. In the common people there is no wisdom, no penetration, no power of judgment.
  33.     --Marcus Cicero
  34.