libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ _S_rounded_up_size()

template<class _CharT, class _Alloc>
size_type __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_S_rounded_up_size ( size_type __n)
inlinestatic

Definition at line 722 of file rope.

723 {
725
727 __size_with_eos = __n + 1;
728 else
730#ifdef __GC
731 return __size_with_eos;
732#else
733 // Allow slop for in-place expansion.
736#endif
737 }
bool _S_is_basic_char_type(_CharT *)
Definition rope:115
std::size_t size_type
Definition rope:713

References _S_alloc_granularity, and __gnu_cxx::_S_is_basic_char_type().

Referenced by __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >::_S_free_string(), and __gnu_cxx::rope< char >::_S_rounded_up_size().

Here is the call graph for this function:
Here is the caller graph for this function: