expand

(expand integer)

The expand function provides compatibility with other Lisp implementations.

In other Lisp implementations the function allocates an additional number of memory segments (established by a preceding call of the alloc function).

Arguments

number is an integer (the amount of additional memory to be allocated).

Return Value

The function always returns 0.

Related Functions

alloc, gc