Home | History | Annotate | Download | only in binary_heap_

Lines Matching refs:s_entry_allocator

77       a_entries = s_entry_allocator.allocate(actual_size);
79 a_other_entries = s_entry_allocator.allocate(other_actual_size);
84 s_entry_allocator.deallocate(a_entries, actual_size);
87 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
99 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
100 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
137 a_entries = s_entry_allocator.allocate(actual_size);
138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
143 s_entry_allocator.deallocate(a_entries, actual_size);
146 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
154 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
163 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);