Searched refs:deallocate (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dcond_dtor_entry_dealtor.hpp68 deallocate(m_p_nd, 1);
H A Dcond_key_dtor_entry_dealtor.hpp77 bin_tree_base::s_alloc.deallocate(m_p_nd, 1);
H A Derase_fn_imps.hpp59 s_node_allocator.deallocate(p_z, 1);
124 s_node_allocator.deallocate(p_nd, 1);
H A Dr_erase_fn_imps.hpp59 s_node_allocator.deallocate(p_z, 1);
124 s_node_allocator.deallocate(p_nd, 1);
H A Dconstructors_destructor_fn_imps.hpp109 s_node_allocator.deallocate(m_p_head, 1);
143 s_node_allocator.deallocate(m_p_head, 1);
172 s_node_allocator.deallocate(p_ret, 1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp60 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New);
63 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray);
66 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New);
70 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray);
73 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, size);
76 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, size);
79 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, 0,
84 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::NewArray, 0,
89 AllocatorPtr->deallocate(ptr, scudo::Chunk::Origin::New, 0,
94 AllocatorPtr->deallocate(pt
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp69 s_internal_node_allocator.deallocate(p_nd, 1);
88 s_internal_node_allocator.deallocate(p_nd, 1);
H A Dcond_dtor_entry_dealtor.hpp77 s_leaf_allocator.deallocate(m_p_nd, 1);
H A Dr_erase_fn_imps.hpp56 s_node_allocator.deallocate(p_z, 1);
107 s_node_allocator.deallocate(p_nd, 1);
H A Derase_fn_imps.hpp95 s_internal_node_allocator.deallocate(p_nd, 1);
129 s_leaf_allocator.deallocate(p_l, 1);
164 s_internal_node_allocator.deallocate(static_cast<internal_node_pointer>(p_nd), 1);
170 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp89 s_entry_allocator.deallocate(a_entries, actual_size);
92 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
104 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
105 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
148 s_entry_allocator.deallocate(a_entries, actual_size);
151 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
159 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
168 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
H A Derase_fn_imps.hpp63 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
84 s_value_allocator.deallocate(a_entries[i], 1);
147 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
212 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
H A Dconstructors_destructor_fn_imps.hpp125 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
163 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp56 s_entry_allocator.deallocate(p_dealloc_e, 1);
95 s_entry_allocator.deallocate(p_e, 1);
H A Dcond_key_dtor_entry_dealtor.hpp115 m_p_a->deallocate(m_p_e, 1);
H A Dresize_fn_imps.hpp132 s_entry_pointer_allocator.deallocate(m_entries, old_size);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp68 value_allocator().deallocate(m_a_vec, m_max_size);
H A Dinsert_fn_imps.hpp65 s_metadata_alloc.deallocate(m_a_metadata, m_size);
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Ddefalloc.h80 inline void deallocate(_Tp* __buffer) { function
97 void deallocate(pointer __p) { ::deallocate(__p); } function in class:allocator
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h109 deallocate(pointer __p, size_type __n) function in class:debug_allocator
116 throw std::runtime_error("debug_allocator::deallocate"
119 _M_allocator.deallocate(__real_p, __n + _M_extra);
122 throw std::runtime_error("debug_allocator::deallocate null pointer");
H A Dnew_allocator.h96 deallocate(pointer __p, size_type) function in class:new_allocator
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp120 s_alloc.deallocate(m_p_e, 1);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp115 s_entry_allocator.deallocate(a_entries_resized, new_size);
125 s_entry_allocator.deallocate(m_entries, old_size);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsplay-tree.h57 /* The type of a function used to deallocate any resources associated
61 /* The type of a function used to deallocate any resources associated
103 /* The deallocate-key function. NULL if no cleanup is necessary. */
106 /* The deallocate-value function. NULL if no cleanup is necessary. */
111 splay_tree_deallocate_fn deallocate; local
/freebsd-11-stable/contrib/binutils/include/
H A Dsplay-tree.h57 /* The type of a function used to deallocate any resources associated
61 /* The type of a function used to deallocate any resources associated
103 /* The deallocate-key function. NULL if no cleanup is necessary. */
106 /* The deallocate-value function. NULL if no cleanup is necessary. */
111 splay_tree_deallocate_fn deallocate; local

Completed in 279 milliseconds

1234