Searched refs:s_node_allocator (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | constructors_destructor_fn_imps.hpp | 49 PB_DS_CLASS_C_DEC::s_node_allocator; member in PB_DS_CLASS_C_DEC 53 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_CLASS_NAME() 62 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_CLASS_NAME() 73 m_p_head(s_node_allocator.allocate(1)), in PB_DS_CLASS_NAME() 91 m_p_head(s_node_allocator.allocate(1)), in PB_DS_CLASS_NAME() 109 s_node_allocator.deallocate(m_p_head, 1); in PB_DS_CLASS_NAME() 143 s_node_allocator.deallocate(m_p_head, 1); in ~PB_DS_CLASS_NAME() 165 node_pointer p_ret = s_node_allocator.allocate(1); in recursive_copy_node() 172 s_node_allocator.deallocate(p_ret, 1); in recursive_copy_node()
|
| H A D | erase_fn_imps.hpp | 59 s_node_allocator.deallocate(p_z, 1); in actual_erase_node() 124 s_node_allocator.deallocate(p_nd, 1); in clear_imp()
|
| H A D | r_erase_fn_imps.hpp | 59 s_node_allocator.deallocate(p_z, 1); in actual_erase_node() 124 s_node_allocator.deallocate(p_nd, 1); in clear_imp()
|
| H A D | insert_fn_imps.hpp | 183 node_pointer p_new_nd = s_node_allocator.allocate(1); in get_new_node_for_leaf_insert() 205 node_pointer p_new_nd = s_node_allocator.allocate(1); in get_new_node_for_leaf_insert()
|
| H A D | info_fn_imps.hpp | 68 return (s_node_allocator.max_size()); in max_size()
|
| H A D | bin_search_tree_.hpp | 470 static node_allocator s_node_allocator; member in pb_ds::detail::PB_DS_CLASS_NAME
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
| H A D | constructors_destructor_fn_imps.hpp | 49 PB_DS_CLASS_C_DEC::s_node_allocator; member in PB_DS_CLASS_C_DEC 123 node_pointer p_ret = s_node_allocator.allocate(1); in recursive_copy_node() 131 s_node_allocator.deallocate(p_ret, 1); in recursive_copy_node()
|
| H A D | insert_fn_imps.hpp | 60 node_pointer p_new_nd = s_node_allocator.allocate(1); in get_new_node_for_insert() 80 node_pointer p_new_nd = s_node_allocator.allocate(1); in get_new_node_for_insert()
|
| H A D | info_fn_imps.hpp | 68 return (s_node_allocator.max_size()); in max_size()
|
| H A D | erase_fn_imps.hpp | 65 s_node_allocator.deallocate(p_nd, 1); in actual_erase_node()
|
| H A D | left_child_next_sibling_heap_.hpp | 335 static node_allocator s_node_allocator; member in pb_ds::detail::left_child_next_sibling_heap_
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | r_erase_fn_imps.hpp | 56 s_node_allocator.deallocate(p_z, 1); in actual_erase_node() 107 s_node_allocator.deallocate(p_nd, 1); in clear_imp()
|