Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/src/
H A Dstrstream.cc64 char* buf = _M_alloc(n); in _GLIBCXX_BEGIN_NAMESPACE()
78 char* buf = _M_alloc(n); in strstreambuf()
153 char* buf = _M_alloc(new_size); in overflow()
302 strstreambuf::_M_alloc(size_t n) in _M_alloc() function in strstreambuf
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Dstrstream107 char* _M_alloc(size_t);