Searched defs:OldSampler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc421 // This flag is for the OldSampler class to use
425 class OldSampler { class
453 // Statics for OldSampler
454 uint64_t OldSampler::sample_period;
456 void OldSampler::Init(uint32_t seed) {
470 void OldSampler::PickNextSample(size_t k) {
511 inline bool OldSampler::SampleAllocation(size_t k) {
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc421 // This flag is for the OldSampler class to use
425 class OldSampler { class
453 // Statics for OldSampler
454 uint64_t OldSampler::sample_period;
456 void OldSampler::Init(uint32_t seed) {
470 void OldSampler::PickNextSample(size_t k) {
511 inline bool OldSampler::SampleAllocation(size_t k) {

Completed in 233 milliseconds