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

◆ _S_free_string()

template<class _CharT, class _Alloc>
void __gnu_cxx::_Rope_RopeRep< _CharT, _Alloc >::_S_free_string ( _CharT * __s,
size_type __len,
allocator_type & __a )
inlinestaticinherited

Definition at line 349 of file ropeimpl.h.

351 {
354
355 // This has to be a static member, so this gets a bit messy
356 __a.deallocate(__s,
358 }
constexpr void _Destroy(_ForwardIterator __first, _ForwardIterator __last)

References std::_Destroy(), __gnu_cxx::_S_is_basic_char_type(), and __gnu_cxx::_Rope_RopeLeaf< _CharT, _Alloc >::_S_rounded_up_size().

Here is the call graph for this function: