Allocates additional memory for AutoLISP
(expand n-expand)
An integer indicating the number of free conses divided by n-alloc.
_$ (alloc 100)
1000
Allocate memory for two additional segments:
_$ (expand 2)
82
This ensures that AutoLISP now has memory available for at least 200 additional symbols, strings, usubrs and reals each, and 8200 free conses.
See Also
-
The alloc function.