Searched defs:_S_rounded_up_size (Results 1 - 1 of 1) 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...]

Completed in 18 milliseconds