Home
last modified time | relevance | path

Searched refs:alloc_entries (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhash-table.h529 value_type *alloc_entries (size_t n CXX_MEM_STAT_INFO) const;
628 m_entries = alloc_entries (size PASS_MEM_STAT); in hash_table()
659 value_type *nentries = alloc_entries (size PASS_MEM_STAT); in hash_table()
703 Allocator>::alloc_entries (size_t n MEM_STAT_DECL) const in alloc_entries() function
802 value_type *nentries = alloc_entries (nsize); in expand()
870 m_entries = alloc_entries (nsize); in empty_slow()
917 m_entries = alloc_entries (size); in find_with_hash()
962 m_entries = alloc_entries (m_size); in find_slot_with_hash()
H A DChangeLog-20144196 * hash-table.h (hash_table::hash_table): Call alloc_entries.
4197 (hash_table::alloc_entries): new method.
4198 (hash_table::expand): Call alloc_entries.
H A DChangeLog-201931707 to false, if true, don't alloc_entries during construction, but defer
31710 hash_table::alloc_entries, hash_table::find_empty_slot_for_expand,
H A DChangeLog-201531086 (hash_table::alloc_entries): Handle memory allocation operation.
36498 (alloc_entries): Likewise.
H A DChangeLog-202038316 * hash-table.h (hash_table::alloc_entries): Guard the loop of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-table.h529 value_type *alloc_entries (size_t n CXX_MEM_STAT_INFO) const;
628 m_entries = alloc_entries (size PASS_MEM_STAT); in hash_table()
659 value_type *nentries = alloc_entries (size PASS_MEM_STAT); in hash_table()
703 Allocator>::alloc_entries (size_t n MEM_STAT_DECL) const in alloc_entries() function
802 value_type *nentries = alloc_entries (nsize); in expand()
867 m_entries = alloc_entries (nsize); in empty_slow()
914 m_entries = alloc_entries (size); in find_with_hash()
959 m_entries = alloc_entries (m_size); in find_slot_with_hash()