reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/alloc_traits.h
  435       allocate(allocator_type& __a, size_type __n)
  449       allocate(allocator_type& __a, size_type __n, const_void_pointer __hint)
  461       deallocate(allocator_type& __a, pointer __p, size_type __n)
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
  486 	destroy(allocator_type& __a, _Up* __p)
  495       max_size(const allocator_type& __a) noexcept
  503       static allocator_type
  504       select_on_container_copy_construction(const allocator_type& __rhs)
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1322 	  _Deleter<typename __traits::allocator_type> __del = { __a };