Home | History | Annotate | Download | only in binary_heap_

Lines Matching refs:actual_size

65   const size_type actual_size =
76 a_entries = s_entry_allocator.allocate(actual_size);
83 s_entry_allocator.deallocate(a_entries, actual_size);
94 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
101 m_actual_size = actual_size;
129 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(len);
136 a_entries = s_entry_allocator.allocate(actual_size);
142 s_entry_allocator.deallocate(a_entries, actual_size);
156 m_actual_size = actual_size;
158 resize_policy::notify_arbitrary(actual_size);