OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:heapspace
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/macppc/stand/ofwboot/
Locore.c
52
char *
heapspace
;
variable in typeref:typename:char *
723
heapspace
= OF_claim(0, hsize, NBPG);
724
if (
heapspace
== (char *)-1) {
728
setheap(
heapspace
,
heapspace
+ HEAP_SIZE);
/src/sys/arch/ofppc/stand/ofwboot/
Locore.c
50
char *
heapspace
__attribute__((__aligned__ (4)));
variable in typeref:typename:char *
533
heapspace
= OF_claim(0, 0x20000, NBPG);
534
if (
heapspace
== (char *)-1) {
538
setheap(
heapspace
,
heapspace
+0x20000);
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025