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

◆ _M_deallocate_node()

template<typename _Tp, typename _Alloc = std::allocator<_Tp>>
void std::_Deque_base< _Tp, _Alloc >::_M_deallocate_node ( _Ptr __p)
inlineprivatenoexcept

Definition at line 590 of file stl_deque.h.

591 {
594 }
constexpr size_t __deque_buf_size(size_t __size)
Definition stl_deque.h:99
_Deque_impl _M_impl
Definition stl_deque.h:616
A standard container using fixed-size memory allocation and constant-time manipulation of elements at...
Definition stl_deque.h:792

Referenced by _M_new_elements_at_back(), _M_new_elements_at_front(), _M_pop_back_aux(), _M_pop_front_aux(), _M_push_back_aux(), and _M_push_front_aux().

Here is the caller graph for this function: