This module implemented in the source file `memory.c' provides functions to allocate and deallocate memory for BASIC variables. This module itself allocates memory calling the underlying allocation module implemented in the file `myalloc.c'. The role of this module is to help ScriptBasic to reuse the allocated memory used for BASIC variable value store effectively.