Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2137 size_t bytes_until_sample_; // Bytes until we sample next member in WTF::TCMalloc_ThreadCache
2722 if (bytes_until_sample_ < k) { in SampleAllocation()
2726 bytes_until_sample_ -= k; in SampleAllocation()
2742 bytes_until_sample_ = 0; in Init()
2861 bytes_until_sample_ += rnd_ % sample_period; in PickNextSample()
2873 while (bytes_until_sample_ < k) { in PickNextSample()
2877 bytes_until_sample_ += (sample_period >> 1); in PickNextSample()
2880 bytes_until_sample_ -= k; in PickNextSample()