Searched refs:_S_rounded_up_size (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h391 * Problem with it is that rope implementation expect that _S_rounded_up_size(n)
407 static size_t _S_rounded_up_size(size_t __n) function in struct:_Rope_RopeRep
416 __a.deallocate(__s, _S_rounded_up_size(__len)); //*ty 03/24/2001 - restored not to use __stl_alloc_rebind() since it is not defined under _STLP_MEMBER_TEMPLATE_CLASSES
418 __stl_alloc_rebind (__a, (_CharT*)0).deallocate(__s, _S_rounded_up_size(__len));
455 /* _S_rounded_up_size(size), except */
1190 static size_t _S_rounded_up_size(size_t __n) function in class:rope
1191 { return _RopeRep::_S_rounded_up_size(__n); }
1233 _CharT* __buf = _STLP_CREATE_ALLOCATOR(allocator_type,__a, _CharT).allocate(_S_rounded_up_size(_p_size));
1394 _CharT* __buf = _M_tree_ptr.allocate(_S_rounded_up_size(1));
1424 _CharT* __rest_buffer = _M_tree_ptr.allocate(_S_rounded_up_size(__res
[all...]
H A D_rope.c380 _CharT* __new_data = __r->_M_size.allocate(_S_rounded_up_size(__old_len + __len));
421 if (_S_rounded_up_size(__old_len) == _S_rounded_up_size(__old_len + __len)) {
697 _CharT* __section = __base->_M_size.allocate(_S_rounded_up_size(__result_len));
1345 _CharT* __result = _M_tree_ptr.allocate(_S_rounded_up_size(__s));

Completed in 44 milliseconds