Searched refs:heapspace (Results 1 – 2 of 2) sorted by relevance
52 char *heapspace; variable723 heapspace = OF_claim(0, hsize, NBPG); in setup()724 if (heapspace == (char *)-1) { in setup()728 setheap(heapspace, heapspace + HEAP_SIZE); in setup()
50 char *heapspace __attribute__((__aligned__ (4))); variable533 heapspace = OF_claim(0, 0x20000, NBPG); in setup()534 if (heapspace == (char *)-1) { in setup()538 setheap(heapspace, heapspace+0x20000); in setup()