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.

FORTH/ANS memory (dpANS14.6.1.0707) ordinary primitive