home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12743 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!jato!jdickson
  3. From: jdickson@jato.jpl.nasa.gov (Jeff Dickson)
  4. Subject: Re: AllocEntry
  5. Message-ID: <1992Aug27.050044.22297@jato.jpl.nasa.gov>
  6. Organization: Jet Propulsion Laboratory
  7. References: <BtLMLK.I35@news.cso.uiuc.edu> <1992Aug26.163825.17699@jato.jpl.nasa.gov> <34673@cbmvax.commodore.com>
  8. Date: Thu, 27 Aug 1992 05:00:44 GMT
  9. Lines: 17
  10.  
  11. In article <34673@cbmvax.commodore.com> jesup@cbmvax.commodore.com (Randell Jesup) writes:
  12. >jdickson@jato.jpl.nasa.gov (Jeff Dickson) writes:
  13. >>    I was wondering how AllocEntry allocates memory. Are the MemList and
  14. >>the memory pointed to by the attached MemEntry structures allocated separately?
  15. >>Or is all the memory one big chunk? 
  16. >
  17. >    Whichever way AllocEntry does it, it may change tomorrow.  Use the
  18. >defined interface, don't make assumptions.
  19.  
  20. Well actually, my concern was fragmentation. I suspect AllocEntry is no dif-
  21. ferent than the Intuition function AllocateRemember. If that is indeed the
  22. case, then my next question was could I somehow wrap the MemList and the 
  23. memory obtained in the same chunk. That's all.
  24.  
  25. jeff
  26.  
  27.  
  28.