ALLOCATE
* ALLOCATE ( size -- ptr|0 code )

allocate a chunk of memory from the system heap.
use >FREE to release the memory area back to the system.

a code of zero means success.

memory ordinary primitive