All Manuals > LispWorks User Guide and Reference Manual > 10 Storage Management > 10.5 Common Memory Management Features

NextPrevUpTopContentsIndex

10.5.7 Garbage collection of foreign objects

Users of the Foreign Language Interface may want to specify the allocation of static arrays. The recommended way to do this is to call make-array with :allocation :static . See for example :lisp-array in the LispWorks Foreign Language Interface User Guide and Reference Manual .


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex