Home
last modified time | relevance | path

Searched refs:_Raw_bytes_alloc (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_string.tcc431 _Raw_bytes_alloc(__a).deallocate(reinterpret_cast<char*>(this), __size); in _M_destroy()
589 void* __place = _Raw_bytes_alloc(__alloc).allocate(__size); in _S_create()
H A Dbasic_string.h157 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_BEGIN_NAMESPACE() typedef
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_string.tcc375 _Raw_bytes_alloc(__a).deallocate(reinterpret_cast<char*>(this), __size); in _M_destroy()
554 void* __place = _Raw_bytes_alloc(__alloc).allocate(__size); in _S_create()
H A Dbasic_string.h146 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; typedef