BOOT_HEAP_SIZE
free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE;
static unsigned long free_mem_end_ptr = (unsigned long) _end + BOOT_HEAP_SIZE;
static u8 boot_heap[BOOT_HEAP_SIZE] __aligned(4);
free_mem_end_ptr = heap + BOOT_HEAP_SIZE;