ALLOT ALLOCATE ALSO
ALLOT ( count -- )  
ansi .6.1.0710 <CORE>
make room in the dictionary - usually called after a CREATE word like VARIABLE or VALUE to make for an array of variables. Does not initialize the space allocated from the dictionary-heap. The count is in bytes - use CELLS ALLOT to allocate a field of cells.

reference: p4_allot in ../src/core.c:0723, export CO ALLOT