Searched refs:__bufsize (Results 1 – 1 of 1) sorted by relevance
638 streamsize __bufsize = __n * sizeof(_CharT); in _M_allocate_buffers() local642 (__bufsize > __STATIC_CAST(streamsize, (numeric_limits<size_t>::max)()))) in _M_allocate_buffers()644 _M_int_buf = __STATIC_CAST(_CharT*, malloc(__STATIC_CAST(size_t, __bufsize))); in _M_allocate_buffers()