Searched refs:initial_size (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dstrstream.cc76 int initial_size)
81 if (initial_size > 0)
83 char * buf = (char*)(*_s._allocate_buffer)(initial_size);
84 setb(buf, buf + initial_size, 1);
85 setp(buf, buf + initial_size);
75 init_dynamic(_IO_alloc_type alloc, _IO_free_type free, int initial_size) argument
/haiku/headers/cpp/
H A Dstrstream.h42 int initial_size = 0);
52 strstreambuf(int initial_size) { init_dynamic(0, 0, initial_size); } argument

Completed in 39 milliseconds