Home | History | Annotate | Download | only in binary_heap_

Lines Matching refs:actual_size

66   const size_type actual_size =
77 a_entries = s_entry_allocator.allocate(actual_size);
84 s_entry_allocator.deallocate(a_entries, actual_size);
95 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
102 m_actual_size = actual_size;
130 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(len);
137 a_entries = s_entry_allocator.allocate(actual_size);
143 s_entry_allocator.deallocate(a_entries, actual_size);
157 m_actual_size = actual_size;
159 resize_policy::notify_arbitrary(actual_size);