"Memory-Alloc extension"

memory [ANS]
* 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

* FREE ( ptr -- code )

free the memory from ALLOCATE
a code of zero means success.

FORTH/ANS memory (dpANS14.6.1.1605) ordinary primitive

* RESIZE ( ptr newsize -- ptr' code )

resize the system memory chunk.
a code of zero means success.

FORTH/ANS memory (dpANS14.6.1.2145) ordinary primitive

ENVIRONMENT ENVIRONMENT MEMORY-ALLOC-EXT

[] no special info, see general notes

ENVIRONMENT memory ordinary constant