Searched refs:al_free_list (Results 1 – 1 of 1) sorted by relevance
52 static RF_AllocListElem_t *al_free_list = NULL; variable66 for (p = al_free_list; p;) { in rf_ShutdownAllocList()91 al_free_list = NULL; in rf_ConfigureAllocList()159 temp->next = al_free_list; in rf_FreeAllocList()160 al_free_list = temp; in rf_FreeAllocList()171 if (al_free_list) { in rf_real_MakeAllocList()173 p = al_free_list; in rf_real_MakeAllocList()174 al_free_list = p->next; in rf_real_MakeAllocList()