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
.