doallocate
int builtinbuf::doallocate() { return _IO_DOALLOCATE (this); }
int filebuf::doallocate() { return _IO_file_doallocate(this); }
int streambuf::doallocate() { return _IO_default_doallocate(this); }