Searched refs:PickNextSamplingPoint (Results 1 – 6 of 6) sorted by relevance
92 bytes_until_sample_ = PickNextSamplingPoint(); in Init()111 size_t Sampler::PickNextSamplingPoint() { in PickNextSamplingPoint() function in tcmalloc::Sampler
115 size_t PickNextSamplingPoint();142 bytes_until_sample_ = PickNextSamplingPoint(); in SampleAllocation()
273 int_random_sample[i] = sampler.PickNextSamplingPoint(); in TestPickNextSample()356 total += sampler.PickNextSamplingPoint(); in CheckMean()369 next_step = sampler.PickNextSamplingPoint(); in OutputSequence()