#include <hashtablez_sampler.h>
Definition at line 205 of file hashtablez_sampler.h.
absl::container_internal::HashtablezSampler::HashtablezSampler |
( |
| ) |
|
absl::container_internal::HashtablezSampler::~HashtablezSampler |
( |
| ) |
|
int64_t absl::container_internal::HashtablezSampler::Iterate |
( |
const std::function< void(const HashtablezInfo &stack)> & |
f | ) |
|
HashtablezInfo * absl::container_internal::HashtablezSampler::PopDead |
( |
| ) |
|
|
private |
void absl::container_internal::HashtablezSampler::PushDead |
( |
HashtablezInfo * |
sample | ) |
|
|
private |
void absl::container_internal::HashtablezSampler::PushNew |
( |
HashtablezInfo * |
sample | ) |
|
|
private |
HashtablezInfo * absl::container_internal::HashtablezSampler::Register |
( |
| ) |
|
void absl::container_internal::HashtablezSampler::Unregister |
( |
HashtablezInfo * |
sample | ) |
|
std::atomic<HashtablezInfo*> absl::container_internal::HashtablezSampler::all_ |
|
private |
std::atomic<DisposeCallback> absl::container_internal::HashtablezSampler::dispose_ |
|
private |
std::atomic<size_t> absl::container_internal::HashtablezSampler::dropped_samples_ |
|
private |
HashtablezInfo absl::container_internal::HashtablezSampler::graveyard_ |
|
private |
std::atomic<size_t> absl::container_internal::HashtablezSampler::size_estimate_ |
|
private |
The documentation for this class was generated from the following files: