Searched refs:tbl_size (Results 1 – 1 of 1) sorted by relevance
129 unsigned long heap_base, tbl_size; in simple_alloc_init() local135 tbl_size = tbl_entries * sizeof(struct alloc_info); in simple_alloc_init()138 memset(alloc_tbl, 0, tbl_size); in simple_alloc_init()140 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()