Searched defs:SampleAllocation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsampler.h112 bool SampleAllocation(size_t k);
140 inline bool Sampler::SampleAllocation(size_t k) { function in class:tcmalloc::Sampler
H A Dthread_cache.h96 bool SampleAllocation(size_t k);
354 inline bool ThreadCache::SampleAllocation(size_t k) { function in class:tcmalloc::ThreadCache
355 return sampler_.SampleAllocation(k);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsampler.h112 bool SampleAllocation(size_t k);
140 inline bool Sampler::SampleAllocation(size_t k) { function in class:tcmalloc::Sampler
H A Dthread_cache.h102 bool SampleAllocation(size_t k);
331 inline bool ThreadCache::SampleAllocation(size_t k) { function in class:tcmalloc::ThreadCache
332 return sampler_.SampleAllocation(k);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc394 if (sampler.SampleAllocation(size_big)) {
398 if (sampler.SampleAllocation(size_small)) {
432 bool SampleAllocation(size_t k);
511 inline bool OldSampler::SampleAllocation(size_t k) { function in class:OldSampler
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc394 if (sampler.SampleAllocation(size_big)) {
398 if (sampler.SampleAllocation(size_small)) {
432 bool SampleAllocation(size_t k);
511 inline bool OldSampler::SampleAllocation(size_t k) { function in class:OldSampler

Completed in 4800 milliseconds