Searched defs:__max_size (Results 1 – 5 of 5) sorted by relevance
68 _RestrictedBoundedConcurrentQueue(_SequenceIndex __max_size) in _RestrictedBoundedConcurrentQueue()
144 …__stack(_DifferenceType __max_size) : _M_buf(__max_size), _M_maxsize(__max_size) { _M_ptr = _M_buf… in __stack()
110 const __size_type __max_size = _M_string.max_size(); in overflow() local