OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Sep 26 08:10:20 GMT 2025