alloc.build 604 B

123456789101112131415161718
  1. %
  2. % ALLOC.BUILD - Files dealing with allocation of memory blocks
  3. %
  4. % Author: Eric Benson
  5. % Symbolic Computation Group
  6. % Computer Science Dept.
  7. % University of Utah
  8. % Date: 19 May 1982
  9. % Copyright (c) 1982 University of Utah
  10. %
  11. PathIn "allocators.red"$ % heap, symbol and code space alloc
  12. PathIn "copiers.red"$ % copying functions
  13. PathIn "cons-mkvect.red"$ % SL constructor functions
  14. PathIn "comp-support.red"$ % optimized CONS and LIST compilation
  15. PathIn "system-gc.red"$ % system-specific GC routines
  16. PathIn "gc.red"$ % the garbage collector