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