Searched refs:list_alloc_with_items (Results 1 – 3 of 3) sorted by relevance
6 list_T *list_alloc_with_items(int count);
129 list_T *list = list_alloc_with_items(count); in exe_newlist()4455 list_alloc_with_items(l->lv_len - count + 1); in exec_instructions()
117 list_alloc_with_items(int count) in list_alloc_with_items() function