Searched refs:heap_bottom (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/boot/i386/loader/
H A Dmain.c82 static void *heap_bottom; variable
108 heap_bottom = PTOV(high_heap_base);
115 heap_bottom = (void *)end;
117 setheap(heap_bottom, heap_top);
329 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom,
/freebsd-10.2-release/sys/boot/pc98/loader/
H A Dmain.c75 static void *heap_bottom; variable
118 heap_bottom = PTOV(high_heap_base);
125 heap_bottom = (void *)end;
127 setheap(heap_bottom, heap_top);
306 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom,

Completed in 144 milliseconds