HomeSort by relevance Sort by last modified time
    Searched refs:Free_list (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
layout.cc 63 // Class Free_list.
66 unsigned int Free_list::num_lists = 0;
68 unsigned int Free_list::num_nodes = 0;
69 // The total number of calls to Free_list::remove.
70 unsigned int Free_list::num_removes = 0;
71 // The total number of nodes visited during calls to Free_list::remove.
72 unsigned int Free_list::num_remove_visits = 0;
73 // The total number of calls to Free_list::allocate.
74 unsigned int Free_list::num_allocates = 0;
75 // The total number of nodes visited during calls to Free_list::allocate
    [all...]
main.cc 306 Free_list::print_stats();
layout.h 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.
    [all...]
output.h     [all...]
output.cc     [all...]
tilegx.cc 214 Free_list free_list_;
    [all...]
x86_64.cc 325 Free_list free_list_;
    [all...]

Completed in 250 milliseconds