Home
last modified time | relevance | path

Searched refs:_S_free_string (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/
Dropeimpl.h358 _S_free_string(_CharT* __s, size_t __n, allocator_type __a) in _S_free_string() function
422 _S_free_string(const _CharT*, size_t, allocator_type) in _S_free_string() function
Drope598 _S_free_string(__GC_CONST _CharT*, size_t __len,
600 #define __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l, __a);
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20012645 (_Rope_RopeRep::_S_free_string): Likewise.