Set the memory segment size for LISP.
This function sets the number of segments (a measurement of memory) for LISP operations, as specified by integer. The function returns the amount of memory previously allocated, as shown by the examples below.
Examples
Code | Returns |
---|---|
(alloc 2) | 514 |
(alloc 0) | 2 |
(alloc 512) | 0 |
Tell me about...
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |