OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__alloc_max_size
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_string_base.h
106
typename allocator_type::size_type
__alloc_max_size
= _M_start_of_storage.max_size();
local
107
return (min)(
__alloc_max_size
, __string_max_size) - 1;
_vector.h
195
typename allocator_type::size_type
__alloc_max_size
= this->_M_end_of_storage.max_size();
local
196
return (
__alloc_max_size
< __vector_max_size)?
__alloc_max_size
:__vector_max_size;
Completed in 100 milliseconds