Searched refs:hash_table_usage (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-table.c | 109 hash_table_usage () in hash_table_usage() function 124 hash_table_usage ().dump (origin); in dump_hash_table_loc_statistics()
|
H A D | hash-table.h | 597 extern mem_alloc_description<mem_usage>& hash_table_usage (void); 622 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table() 652 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table() 689 hash_table_usage ().release_instance_overhead (this, in ~hash_table() 694 hash_table_usage ().unregister_descriptor (this); in ~hash_table() 708 hash_table_usage ().register_instance_overhead (sizeof (value_type) * n, this); in alloc_entries() 805 hash_table_usage ().release_instance_overhead (this, sizeof (value_type) in expand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-table.cc | 109 hash_table_usage () in hash_table_usage() function 124 hash_table_usage ().dump (origin); in dump_hash_table_loc_statistics()
|
H A D | hash-table.h | 597 extern mem_alloc_description<mem_usage>& hash_table_usage (void); 622 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table() 652 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table() 689 hash_table_usage ().release_instance_overhead (this, in ~hash_table() 694 hash_table_usage ().unregister_descriptor (this); in ~hash_table() 708 hash_table_usage ().register_instance_overhead (sizeof (value_type) * n, this); in alloc_entries() 805 hash_table_usage ().release_instance_overhead (this, sizeof (value_type) in expand()
|
H A D | ChangeLog-2018 | 10761 * hash-table.c (hash_table_usage): Change from variable to function.
|