_S_free_string
inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string(_CharT* __s,
inline void _Rope_RopeRep<_CharT,_Alloc>::_S_free_string
static void _S_free_string(__GC_CONST _CharT*, size_t __len,
# define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l, __a);
static void _S_free_string(__GC_CONST _CharT*, size_t __len);
# define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l);