Searched refs:fFirstMemory (Results 1 – 1 of 1) sorted by relevance
153 aperture_memory *fFirstMemory; member in Aperture422 fFirstMemory(NULL), in Aperture()433 while (fFirstMemory != NULL) { in ~Aperture()434 DeleteMemory(fFirstMemory); in ~Aperture()747 aperture_memory *current = fFirstMemory, *last = NULL; in _Remove()754 fFirstMemory = current->next; in _Remove()790 next = fFirstMemory; in _Insert()841 memory->next = fFirstMemory; in _Insert()842 fFirstMemory = memory; in _Insert()