Home
last modified time | relevance | path

Searched refs:heapspace (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/macppc/stand/ofwboot/
DLocore.c52 char *heapspace; variable
723 heapspace = OF_claim(0, hsize, NBPG); in setup()
724 if (heapspace == (char *)-1) { in setup()
728 setheap(heapspace, heapspace + HEAP_SIZE); in setup()
/netbsd/src/sys/arch/ofppc/stand/ofwboot/
DLocore.c50 char *heapspace __attribute__((__aligned__ (4))); variable
533 heapspace = OF_claim(0, 0x20000, NBPG); in setup()
534 if (heapspace == (char *)-1) { in setup()
538 setheap(heapspace, heapspace+0x20000); in setup()