Searched refs:alloc_tbl (Results 1 – 1 of 1) sorted by relevance
25 } *alloc_tbl; variable40 struct alloc_info *p = alloc_tbl; in simple_malloc()71 struct alloc_info *p = alloc_tbl; in simple_find_entry()137 alloc_tbl = (struct alloc_info *)_ALIGN_UP((unsigned long)base, 8); 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()