Home
last modified time | relevance | path

Searched refs:_M_free_tree (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h500 void _M_free_tree();
504 if (0 == _M_decr_refcount()) _M_free_tree(); in _M_unref_nonnil()
522 if (0 != __t && 0 == __t->_M_refcount) __t->_M_free_tree(); in _S_free_if_unref()
H A Dropeimpl.h327 void _Rope_RopeRep<_CharT,_Alloc>::_M_free_tree() in _M_free_tree() function