Home
last modified time | relevance | path

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

/external/stlport/src/
Dstrstream.cpp41 char* buf = _M_alloc(n); in strstreambuf()
53 char* buf = _M_alloc(n); in strstreambuf()
125 char* buf = _M_alloc(new_size); in overflow()
261 char* strstreambuf::_M_alloc(size_t n) { in _M_alloc() function in strstreambuf
/external/stlport/stlport/stl/
D_strstream.h86 char* _M_alloc(size_t);