Searched defs:doallocate (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dbuiltinbuf.cc42 int builtinbuf::doallocate() { return _IO_DOALLOCATE (this); } function in class:builtinbuf
H A Dfilebuf.cc159 int filebuf::doallocate() { return _IO_file_doallocate(this); } function in class:filebuf
H A Dstreambuf.cc131 int streambuf::doallocate() { return _IO_default_doallocate(this); } function in class:streambuf

Completed in 37 milliseconds