Home | History | Annotate | Download | only in binary_heap_

Lines Matching refs:m_actual_size

74   m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
157 s_entry_allocator.deallocate(m_a_entries, m_actual_size);