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

◆ _M_allocate_node()

template<typename _Tp, typename _Alloc = std::allocator<_Tp>>
_Ptr std::_Deque_base< _Tp, _Alloc >::_M_allocate_node ( )
inlineprivate

Definition at line 583 of file stl_deque.h.

584 {
587 }
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_push_back_aux(), and _M_push_front_aux().

Here is the caller graph for this function: