Searched refs:bucket_size (Results 1 – 6 of 6) sorted by relevance
395 size_t bucket_size = GetMmapGranularity(); in AllocateMemoryForTrampoline() local396 void *content = AllocateTrampolineRegion(image_address, bucket_size); in AllocateMemoryForTrampoline()402 current->max_size = bucket_size; in AllocateMemoryForTrampoline()
308 …_HIDE_FROM_ABI size_type elems_in_bucket(size_type __n) const { return __table_.bucket_size(__n); }486 …_HIDE_FROM_ABI size_type elems_in_bucket(size_type __n) const { return __table_.bucket_size(__n); }
553 …_HIDE_FROM_ABI size_type elems_in_bucket(size_type __n) const { return __table_.bucket_size(__n); }774 …_HIDE_FROM_ABI size_type elems_in_bucket(size_type __n) const { return __table_.bucket_size(__n); }
182 size_type bucket_size(size_type n) const;430 size_type bucket_size(size_type n) const;885 …_LIBCPP_HIDE_FROM_ABI size_type bucket_size(size_type __n) const { return __table_.bucket_size(__n…1482 …_LIBCPP_HIDE_FROM_ABI size_type bucket_size(size_type __n) const { return __table_.bucket_size(__n…
215 size_type bucket_size(size_type n) const;478 size_type bucket_size(size_type n) const;1437 …_LIBCPP_HIDE_FROM_ABI size_type bucket_size(size_type __n) const { return __table_.bucket_size(__n…2171 …_LIBCPP_HIDE_FROM_ABI size_type bucket_size(size_type __n) const { return __table_.bucket_size(__n…
940 _LIBCPP_HIDE_FROM_ABI size_type bucket_size(size_type __n) const;2019 __hash_table<_Tp, _Hash, _Equal, _Alloc>::bucket_size(size_type __n) const {2021 __n < bucket_count(), "unordered container::bucket_size(n) called with n >= bucket_count()");