* 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.
ALLOCATE
( size -- ptr|0 code )
>FREE
memory ordinary primitive