Home | History | Annotate | Download | only in binary_heap_

Lines Matching refs:a_other_entries

72   entry_pointer a_other_entries = NULL;
78 a_other_entries = s_entry_allocator.allocate(other_actual_size);
85 if (a_other_entries != NULL)
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
108 other.m_a_entries = a_other_entries;
132 entry_pointer a_other_entries = NULL;
137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
144 if (a_other_entries != NULL)
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
163 other.m_a_entries = a_other_entries;