#include <cstddef>
#include <algorithm>
#include <type_traits>
#include <vector>
#include "absl/container/internal/hashtable_debug_hooks.h"
Go to the source code of this file.
Classes | |
struct | absl::container_internal::HashtableDebugProbeSummary |
Namespaces | |
absl | |
absl::container_internal | |
Functions | |
template<typename C > | |
size_t | absl::container_internal::AllocatedByteSize (const C &c) |
template<typename C > | |
size_t | absl::container_internal::GetHashtableDebugNumProbes (const C &c, const typename C::key_type &key) |
template<typename C > | |
std::vector< size_t > | absl::container_internal::GetHashtableDebugNumProbesHistogram (const C &container) |
template<typename C > | |
HashtableDebugProbeSummary | absl::container_internal::GetHashtableDebugProbeSummary (const C &container) |
template<typename C > | |
size_t | absl::container_internal::LowerBoundAllocatedByteSize (size_t num_elements) |