HomeSort by relevance Sort by last modified time
    Searched refs:m_actual_size (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_actual_size(other.m_actual_size),
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
128 std::swap(m_actual_size, other.m_actual_size);
    [all...]
split_join_fn_imps.hpp 88 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
89 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
91 m_actual_size = new_size;
92 other.m_actual_size = other_actual_size;
103 resize_policy::notify_arbitrary(m_actual_size);
104 other.notify_arbitrary(other.m_actual_size);
144 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 m_actual_size = new_size;
151 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
154 other.m_actual_size = resize_policy::min_size
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 PB_DS_DEBUG_VERIFY(m_size <= m_actual_size);
erase_fn_imps.hpp 54 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
55 m_actual_size = new_size;
121 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
122 m_actual_size = new_size;
123 resize_policy::notify_arbitrary(m_actual_size);
173 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
174 m_actual_size = new_size;
insert_fn_imps.hpp 82 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
91 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
92 m_actual_size = new_size;
trace_fn_imps.hpp 57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
binary_heap_.hpp 320 size_type m_actual_size; member in class:__gnu_pbds::detail::binary_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_actual_size(other.m_actual_size),
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
128 std::swap(m_actual_size, other.m_actual_size);
    [all...]
split_join_fn_imps.hpp 88 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
89 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
91 m_actual_size = new_size;
92 other.m_actual_size = other_actual_size;
103 resize_policy::notify_arbitrary(m_actual_size);
104 other.notify_arbitrary(other.m_actual_size);
144 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 m_actual_size = new_size;
151 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
154 other.m_actual_size = resize_policy::min_size
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 PB_DS_DEBUG_VERIFY(m_size <= m_actual_size);
erase_fn_imps.hpp 54 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
55 m_actual_size = new_size;
121 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
122 m_actual_size = new_size;
123 resize_policy::notify_arbitrary(m_actual_size);
173 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
174 m_actual_size = new_size;
insert_fn_imps.hpp 82 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
91 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
92 m_actual_size = new_size;
trace_fn_imps.hpp 57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
binary_heap_.hpp 320 size_type m_actual_size; member in class:__gnu_pbds::detail::binary_heap

Completed in 165 milliseconds