Searched defs:_M_put_node (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dstl_hashtable.h214 void _M_put_node(_Node* __p) { _M_node_allocator.deallocate(__p, 1); } function in class:hashtable
223 void _M_put_node(_Node* __p) { _M_node_allocator_type::deallocate(__p, 1); } function in class:hashtable
H A Dstl_list.h145 void _M_put_node(_List_node<_Tp>* __p) function in class:_List_alloc_base
169 void _M_put_node(_List_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); } function in class:_List_alloc_base
223 void _M_put_node(_List_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); } function in class:_List_base
[all...]
H A Dstl_slist.h195 void _M_put_node(_Slist_node<_Tp>* __p) function in class:_Slist_alloc_base
218 void _M_put_node(_Slist_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); } function in class:_Slist_alloc_base
265 void _M_put_node(_Slist_node<_Tp>* __p) { _Alloc_type::deallocate(__p, 1); } function in struct:_Slist_base
[all...]
H A Dstl_tree.h455 void _M_put_node(_Rb_tree_node<_Tp>* __p) function in class:_Rb_tree_alloc_base
476 void _M_put_node(_Rb_tree_node<_Tp>* __p) function in class:_Rb_tree_alloc_base
515 void _M_put_node(_Rb_tree_node<_Tp>* __p) function in struct:_Rb_tree_base

Completed in 44 milliseconds