HomeSort by: relevance | last modified time | path
    Searched defs:memory_image (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/acorn32/stand/boot32/
boot32.c 118 char *memory_image, *bottom_memory, *top_memory; variable in typeref:typename:char *
170 /* Allocate 99% - (small fixed amount) of the heap for memory_image */
177 memory_image = alloc(memory_image_size);
178 if (!memory_image)
181 bottom_memory = memory_image;
182 top_memory = memory_image + memory_image_size;
boot32.c 118 char *memory_image, *bottom_memory, *top_memory; variable in typeref:typename:char *
170 /* Allocate 99% - (small fixed amount) of the heap for memory_image */
177 memory_image = alloc(memory_image_size);
178 if (!memory_image)
181 bottom_memory = memory_image;
182 top_memory = memory_image + memory_image_size;
boot32.c 118 char *memory_image, *bottom_memory, *top_memory; variable in typeref:typename:char *
170 /* Allocate 99% - (small fixed amount) of the heap for memory_image */
177 memory_image = alloc(memory_image_size);
178 if (!memory_image)
181 bottom_memory = memory_image;
182 top_memory = memory_image + memory_image_size;

Completed in 182 milliseconds