BEE Lisp Functions Reference

<number> MALLOC (size)

Allocates memory block with specified size and returns its address as string.

Example:

(MALLOC 4096)