Home
last modified time | relevance | path

Searched refs:PickNextSamplingPoint (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dsampler.cc92 bytes_until_sample_ = PickNextSamplingPoint(); in Init()
111 size_t Sampler::PickNextSamplingPoint() { in PickNextSamplingPoint() function in tcmalloc::Sampler
Dsampler.h115 size_t PickNextSamplingPoint();
142 bytes_until_sample_ = PickNextSamplingPoint(); in SampleAllocation()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dsampler.cc92 bytes_until_sample_ = PickNextSamplingPoint(); in Init()
111 size_t Sampler::PickNextSamplingPoint() { in PickNextSamplingPoint() function in tcmalloc::Sampler
Dsampler.h115 size_t PickNextSamplingPoint();
142 bytes_until_sample_ = PickNextSamplingPoint(); in SampleAllocation()
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dsampler_test.cc273 int_random_sample[i] = sampler.PickNextSamplingPoint(); in TestPickNextSample()
356 total += sampler.PickNextSamplingPoint(); in CheckMean()
369 next_step = sampler.PickNextSamplingPoint(); in OutputSequence()
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dsampler_test.cc273 int_random_sample[i] = sampler.PickNextSamplingPoint(); in TestPickNextSample()
356 total += sampler.PickNextSamplingPoint(); in CheckMean()
369 next_step = sampler.PickNextSamplingPoint(); in OutputSequence()