HomeSort by: relevance | last modified time | path
    Searched defs:heapspace (Results 1 - 6 of 6) 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);
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);
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);
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);
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 39 milliseconds