Home
last modified time | relevance | path

Searched refs:num_allocates (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.h161 static unsigned int num_allocates; variable
Dlayout.cc78 unsigned int Free_list::num_allocates = 0; member in gold::Free_list
171 ++Free_list::num_allocates; in allocate()
240 program_name, Free_list::num_allocates); in print_stats()
DChangeLog-08157985 (Free_list::num_allocates): New static data member.