Searched refs:init_dynamic (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/libs/stdc++/legacy/
H A Dstrstream.cc75 void strstreambuf::init_dynamic(_IO_alloc_type alloc, _IO_free_type free, function in class:strstreambuf
/haiku/headers/cpp/
H A Dstrstream.h41 void init_dynamic(_IO_alloc_type alloc, _IO_free_type free,
51 strstreambuf() { init_dynamic(0, 0); }
52 strstreambuf(int initial_size) { init_dynamic(0, 0, initial_size); }
54 { init_dynamic(__alloc, __free); }

Completed in 20 milliseconds