Searched refs:memory_image (Results 1 – 2 of 2) sorted by relevance
118 char *memory_image, *bottom_memory, *top_memory; variable177 memory_image = alloc(memory_image_size); in init_datastructures()178 if (!memory_image) in init_datastructures()181 bottom_memory = memory_image; in init_datastructures()182 top_memory = memory_image + memory_image_size; in init_datastructures()
112 DIM memory_image% memory_image_size% : REM claim the space114 bot_memory% = memory_image%115 top_memory% = memory_image% + memory_image_size%