home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0346.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  556 b   |  17 lines

  1. If I recall correctly, the pre-4.2 malloc did not appear to work
  2. with franz because it assumed that it had control
  3. of all of free memory.  The malloc for 4.2 uses a buddy
  4. system and should not care if, for example, franz
  5. has pre-empted pieces of virtual memory for its own use.
  6. On the other side, franz only looks at the memory
  7. it gets from sbrk, so it doesn't care about malloc'd
  8. areas of virtual memory.
  9. .lp
  10. More to the point, I have been using malloc inside
  11. cfasl'd code and have not yet seen a problem.
  12.  
  13. Dennis Heimbigner
  14. dennis.boulder@csnet-relay.
  15.  
  16.  
  17.