Home | History | Annotate | Download | only in binary_heap_

Lines Matching refs:a_other_entries

73   entry_pointer a_other_entries = 0;
79 a_other_entries = s_entry_allocator.allocate(other_actual_size);
86 if (a_other_entries != 0)
87 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
109 other.m_a_entries = a_other_entries;
133 entry_pointer a_other_entries = 0;
138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
145 if (a_other_entries != 0)
146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
164 other.m_a_entries = a_other_entries;