Searched refs:heap_bottom (Results 1 – 2 of 2) sorted by relevance
98 static void *heap_bottom; variable130 heap_bottom = PTOV(high_heap_base); in main()137 heap_bottom = (void *)end; in main()139 setheap(heap_bottom, heap_top); in main()421 printf("heap base at %p, top at %p, upper limit at %p\n", heap_bottom, in command_heap()
122 static char *heap_bottom; variable183 heap_bottom = PTOV(high_heap_base); in main()185 heap_bottom = (char *) in main()189 setheap(heap_bottom, heap_top); in main()