Searched refs:_M_alloc_fun (Results 1 - 2 of 2) sorted by relevance
/external/stlport/src/ |
H A D | strstream.cpp | 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), 262 if (_M_alloc_fun) 263 return __STATIC_CAST(char*,_M_alloc_fun( [all...] |
/external/stlport/stlport/stl/ |
H A D | _strstream.h | 85 // Dynamic allocation, possibly using _M_alloc_fun and _M_free_fun. 92 __alloc_fn _M_alloc_fun; member in class:strstreambuf
|
Completed in 670 milliseconds