Share Email Facebook Twitter LinkedIn alloc (AutoLISP) 2013-04-10 Product Documentation Intermediate View Original 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 Related References expand (AutoLISP)