Home
last modified time | relevance | path

Searched refs:_M_int_buf_dynamic (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A D_fstream.c50 _M_int_buf_dynamic(false), in basic_filebuf()
647 _M_int_buf_dynamic = true; in _M_allocate_buffers()
651 _M_int_buf_dynamic = false; in _M_allocate_buffers()
686 if (_M_int_buf_dynamic) in _M_deallocate_buffers()
H A D_fstream.h278 unsigned char _M_int_buf_dynamic; // True if internal buffer is heap allocated, variable