Symbol: doallocate
headers/cpp/builtinbuf.h
46
virtual int doallocate();
headers/cpp/streambuf.h
339
virtual int doallocate();
headers/cpp/streambuf.h
352
else return doallocate(); }
headers/cpp/streambuf.h
415
virtual int doallocate();
src/libs/stdc++/legacy/streambuf.cc
145
{ return ((streambuf*)fp)->doallocate(); }
src/libs/stdc++/legacy/streambuf.cc
193
JUMP_INIT(doallocate, _IO_sb_doallocate),
src/system/libroot/posix/glibc/libio/fileops.c
1633
JUMP_INIT(doallocate, _IO_file_doallocate),
src/system/libroot/posix/glibc/libio/fileops.c
1658
JUMP_INIT(doallocate, _IO_file_doallocate),
src/system/libroot/posix/glibc/libio/fileops.c
1682
JUMP_INIT(doallocate, _IO_file_doallocate),
src/system/libroot/posix/glibc/libio/iofopncook.c
133
JUMP_INIT(doallocate, _IO_file_doallocate),
src/system/libroot/posix/glibc/libio/iofopncook.c
252
JUMP_INIT(doallocate, _IO_file_doallocate),
src/system/libroot/posix/glibc/libio/iopopen.c
366
JUMP_INIT(doallocate, _IO_file_doallocate),
src/system/libroot/posix/glibc/libio/memstream.c
50
JUMP_INIT (doallocate, _IO_default_doallocate),
src/system/libroot/posix/glibc/libio/strops.c
364
JUMP_INIT(doallocate, _IO_default_doallocate),
src/system/libroot/posix/glibc/libio/vsnprintf.c
83
JUMP_INIT(doallocate, _IO_default_doallocate),
src/system/libroot/posix/glibc/libio/vswprintf.c
82
JUMP_INIT(doallocate, _IO_wdefault_doallocate),
src/system/libroot/posix/glibc/libio/wfileops.c
1064
JUMP_INIT(doallocate, _IO_wfile_doallocate),
src/system/libroot/posix/glibc/libio/wfileops.c
1090
JUMP_INIT(doallocate, _IO_wfile_doallocate),
src/system/libroot/posix/glibc/libio/wfileops.c
1114
JUMP_INIT(doallocate, _IO_wfile_doallocate),
src/system/libroot/posix/glibc/libio/wstrops.c
363
JUMP_INIT(doallocate, _IO_wdefault_doallocate),
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2257
JUMP_INIT (doallocate, _IO_wdefault_doallocate),
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
2279
JUMP_INIT (doallocate, _IO_default_doallocate),