Home
last modified time | relevance | path

Searched refs:heap_end (Results 1 – 1 of 1) sorted by relevance

/libcpu/aarch64/common/
A Dsetup.c205 rt_size_t heap_start, heap_end; in rt_hw_common_setup() local
224 heap_end = RT_ALIGN(heap_start + ARCH_HEAP_SIZE, ARCH_PAGE_SIZE); in rt_hw_common_setup()
225 init_page_start = heap_end; in rt_hw_common_setup()
234 rt_memblock_reserve_memory("memheap", heap_start, heap_end, MEMBLOCK_NONE); in rt_hw_common_setup()
251 rt_system_heap_init((void *)(heap_start - pv_off), (void *)(heap_end - pv_off)); in rt_hw_common_setup()

Completed in 16 milliseconds