All Manuals > LispWorks User Guide and Reference Manual > 10 Storage Management > 10.3 Memory Management in 32-bit LispWorks > 10.3.10 Summary of garbage collection symbols

NextPrevUpTopContentsIndex

10.3.10.2 Allocating in specific generations

Arrays can be allocated static or in a higher generation using the allocation argument in make-array.

To control the allocation of other objects to generations, use allocation-in-gen-num, get-default-generation, set-default-generation and *symbol-alloc-gen-num*.


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex