Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp627 static size_t sample_period = 0; variable
633 static size_t sample_period = 262147; variable
2857 sample_period = primes_list[i]; in PickNextSample()
2861 bytes_until_sample_ += rnd_ % sample_period; in PickNextSample()
2877 bytes_until_sample_ += (sample_period >> 1); in PickNextSample()