Home
last modified time | relevance | path

Searched refs:m_gather_mem_stats (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhash-table.h585 bool m_gather_mem_stats; variable
587 static const bool m_gather_mem_stats = false; variable
613 , m_gather_mem_stats (gather_mem_stats) in hash_table()
621 if (m_gather_mem_stats) in hash_table()
646 , m_gather_mem_stats (gather_mem_stats) in hash_table()
651 if (m_gather_mem_stats) in hash_table()
688 if (m_gather_mem_stats) in ~hash_table()
693 else if (m_gather_mem_stats) in ~hash_table()
707 if (m_gather_mem_stats) in alloc_entries()
804 if (m_gather_mem_stats) in expand()
DChangeLog-201931433 * hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS
31435 (hash_table::hash_table): Only initialize m_gather_mem_stats #if