Searched refs:heap_base (Results 1 – 4 of 4) sorted by relevance
129 unsigned long heap_base, tbl_size; in simple_alloc_init() local140 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()142 next_base = heap_base; in simple_alloc_init()149 return (void *)(heap_base + heap_size); in simple_alloc_init()
60 uint64_t heap_base; member
61 uint64_t heap_base; member