Home | History | Annotate | Download | only in src

Lines Matching full:_m_free_fun

35    : _M_alloc_fun(0), _M_free_fun(0),
49 : _M_alloc_fun(alloc_f), _M_free_fun(free_f),
61 : _M_alloc_fun(0), _M_free_fun(0),
67 : _M_alloc_fun(0), _M_free_fun(0),
74 : _M_alloc_fun(0), _M_free_fun(0),
80 : _M_alloc_fun(0), _M_free_fun(0),
86 : _M_alloc_fun(0), _M_free_fun(0),
92 : _M_alloc_fun(0), _M_free_fun(0),
270 if (_M_free_fun)
271 _M_free_fun(p);