Searched refs:last_bloc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dralloc.c164 struct bp *last_bloc;
203 static bloc_ptr first_bloc, last_bloc;
303 new_heap->last_bloc = NIL_BLOC;
357 || last_heap->last_bloc != NIL_BLOC)
453 heap->last_bloc = new_bloc;
460 new_bloc->prev = last_bloc;
461 last_bloc->next = new_bloc;
462 last_bloc = new_bloc;
466 first_bloc = last_bloc = new_bloc;
586 heap->last_bloc
162 struct bp *last_bloc; member in struct:heap
201 static bloc_ptr first_bloc, last_bloc; variable
[all...]

Completed in 173 milliseconds