home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2208 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  728 b 

  1. Path: news.genie.net!usenet
  2. From: i.einman@genie.com (IAN J. EINMAN)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: My Avail allocates 400 bytes! Help!
  5. Date: 28 Jan 1996 20:03:06 GMT
  6. Organization: via GEnie Services (1-800-638-9636 or info@genie.com)
  7. Sender: i.einman@genie.com (IAN J. EINMAN)
  8. Message-ID: <4egkpq$gp8@rock101.genie.net>
  9. NNTP-Posting-Host: rock103.is.ge.com
  10.  
  11. >>I think the Shell allocate some for the history. But I saw the same when I have
  12. KS 37.175 but it's gone now with KS 40.70.
  13.  
  14. This is what is happening.  It still happens under KS 40, but AllocPool is used instead
  15. of AllocMem.  This way, you do not see it because it allocates it in larger pools
  16. occassionally instead of small blocks all the time.
  17.  
  18.