Home | History | Annotate | Download | only in gold

Lines Matching full:free_list

72 class Free_list
85 Free_list()
152 // The total number of calls to Free_list::remove.
154 // The total number of nodes visited during calls to Free_list::remove.
156 // The total number of calls to Free_list::allocate.
158 // The total number of nodes visited during calls to Free_list::allocate.
1450 Free_list free_list_;