home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12405 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!sdd.hp.com!elroy.jpl.nasa.gov!jato!jdickson
  2. From: jdickson@jato.jpl.nasa.gov (Jeff Dickson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Program Fragmenting Memory
  5. Message-ID: <1992Aug17.202102.29394@jato.jpl.nasa.gov>
  6. Date: 17 Aug 92 20:21:02 GMT
  7. References: <1992Aug9.023203.7467@ariel.ec.usf.edu> <rwm.713818561@atronx.OCUnix.On.Ca>
  8. Organization: Jet Propulsion Laboratory
  9. Lines: 26
  10.  
  11. In article <rwm.713818561@atronx.OCUnix.On.Ca> rwm@atronx.OCUnix.On.Ca (Russell McOrmond) writes:
  12. >stelmack@eggo.tmc.edu (Gregory M. Stelmack) writes:
  13. >>I've been trying to track this problem down for two days now, so I ask here in
  14. >>case it has to do with something outside my code.
  15. >
  16. >  Do you by any chance use Amigados Local environment variables?  I've myself
  17. >been trying to track down a fragmentation problem in my own software, and I
  18. >can't find any of my own memory allocations that are causing the problem.
  19. >
  20. >  I haven't really spent a lot of time on it yet, so I'm not sure, but I'm
  21. >getting a little curious about whether or not local environment variables
  22. >are Free()'d when the process ends (IE: there is memory left over after I
  23. >exit the program).
  24. >
  25.     I haven't investigated how environment variables are handled by 2.0,
  26. but under 1.3 they were simply stored as files in the ENV: directory. The
  27. ENV: directory is assigned to reside in the ram disk when the system is boot.
  28.  
  29. >getting a little curious about whether or not local environment variables
  30. >are Free()'d when the process ends (IE: there is memory left over after I
  31.  
  32.     Haven't the slightest idea, but you could check by doing a directory
  33. listing of the ENV: directory. The files are named after the environment
  34. variables.
  35.  
  36. jeff
  37.