Home | History | Annotate | Download | only in binary_heap_

Lines Matching defs:new_size

51       const size_type new_size = resize_policy::get_new_size_for_arbitrary(0);
52 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
53 resize_policy::notify_arbitrary(new_size);
55 m_actual_size = new_size;
116 const size_type new_size =
119 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
122 m_actual_size = new_size;
167 const size_type new_size = resize_policy::get_new_size_for_shrink();
168 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
174 m_actual_size = new_size;