alloc

AutoCad AutoLISP Functions

 
alloc
 
 
 

Sets the size of the segment to be used by the expand function

(alloc n-alloc)

Arguments

n-alloc

An integer indicating the amount of memory to be allocated. The integer represents the number of symbols, strings, usubrs, reals, and cons cells.

Return Values

The previous setting of n-alloc.

Examples

_$ (alloc 100)
1000
See Also