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

References

usr/include/c++/7.4.0/bits/hashtable.h
  320       __bucket_type*		_M_buckets		= &_M_single_bucket;
  332       __bucket_type		_M_single_bucket	= nullptr;
  335       _M_uses_single_bucket(__bucket_type* __bkts) const
  345       __bucket_type*
  358       _M_deallocate_buckets(__bucket_type* __bkts, size_type __n)
 1083 	__bucket_type* __buckets = nullptr;
 2033       __builtin_memset(_M_buckets, 0, _M_bucket_count * sizeof(__bucket_type));
 2092       __bucket_type* __new_buckets = _M_allocate_buckets(__n);
 2133       __bucket_type* __new_buckets = _M_allocate_buckets(__n);