Searched refs:_Map_alloc_type (Results 1 – 2 of 2) sorted by relevance
404 typedef typename _Alloc_traits<_Tp*,_Alloc>::_Alloc_type _Map_alloc_type; typedef420 { return _Map_alloc_type::allocate(__n); } in _M_allocate_map()424 { _Map_alloc_type::deallocate(__p, __n); } in _M_deallocate_map()
397 typedef typename _Alloc::template rebind<_Tp*>::other _Map_alloc_type; typedef423 _Map_alloc_type425 { return _Map_alloc_type(_M_get_Tp_allocator()); } in _M_get_map_allocator()