Searched refs:heap_top (Results 1 – 2 of 2) sorted by relevance
97 static void *heap_top; variable129 heap_top = PTOV(high_heap_base + high_heap_size); in main()136 heap_top = (void *)PTOV(bios_basemem); in main()139 setheap(heap_bottom, heap_top); in main()422 sbrk(0), heap_top); in command_heap()
121 static char *heap_top; variable182 heap_top = PTOV(high_heap_base + high_heap_size); in main()187 heap_top = (char *)PTOV(bios_basemem); in main()189 setheap(heap_bottom, heap_top); in main()