Searched refs:_S_rounded_up_size (Results 1 – 2 of 2) sorted by relevance
312 __s, _Rope_RopeLeaf<_CharT,_Alloc>::_S_rounded_up_size(__n)); in _S_free_string()315 __s, _Rope_RopeLeaf<_CharT,_Alloc>::_S_rounded_up_size(__n)); in _S_free_string()390 _Data_allocate(_S_rounded_up_size(__old_len + __len)); in _S_leaf_concat_char_iter()727 _Data_allocate(_S_rounded_up_size(__result_len)); in _S_substring()1391 __rest_buffer = _Data_allocate(_S_rounded_up_size(__rest)); in rope()1402 _Data_allocate(_S_rounded_up_size(__exponentiate_threshold)); in rope()1482 _CharT* __result = _Data_allocate(_S_rounded_up_size(__s)); in replace_with_c_str()
542 static size_t _S_rounded_up_size(size_t __n) { in _S_rounded_up_size() function1413 static size_t _S_rounded_up_size(size_t __n) {1414 return _RopeLeaf::_S_rounded_up_size(__n);1419 return _S_rounded_up_size(__n) - 1;1421 return _S_rounded_up_size(__n);1489 _CharT* __buf = __a.allocate(_S_rounded_up_size(__size));1491 _CharT* __buf = _Data_allocate(_S_rounded_up_size(__size));1647 _CharT* __buf = _Data_allocate(_S_rounded_up_size(1));