alloc

(alloc integer)

The alloc function provides compatibility with other Lisp implementations.

In other Lisp implementations the function specifies the size of a segment for a subsequent call of the expand function.

Argument

size is an integer (representing the amount of memory to be allocated).

Return Value

The function always returns 0.

Related Functions

expand, gc