Searched refs:node_allocator (Results 1 – 1 of 1) sorted by relevance
277 allocator_type get_allocator() const { return node_allocator; } in get_allocator()280 : node_allocator(__a), map_allocator(__a), _M_map(0), _M_map_size(0) in _Deque_alloc_base()287 allocator_type node_allocator; variable291 return node_allocator.allocate(__deque_buf_size(__bufsiz,sizeof(_Tp))); in _M_allocate_node()294 node_allocator.deallocate(__p, __deque_buf_size(__bufsiz,sizeof(_Tp))); in _M_deallocate_node()