Searched refs:_Raw_bytes_alloc (Results 1 – 4 of 4) sorted by relevance
431 _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()
157 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; in _GLIBCXX_BEGIN_NAMESPACE() typedef
375 _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()
146 typedef typename _Alloc::template rebind<char>::other _Raw_bytes_alloc; typedef