HomeSort by relevance Sort by last modified time
    Searched refs:DelayedPersistentAllocation (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/metrics/
histogram.h 91 class DelayedPersistentAllocation;
160 const DelayedPersistentAllocation& counts,
161 const DelayedPersistentAllocation& logged_counts,
252 const DelayedPersistentAllocation& counts,
253 const DelayedPersistentAllocation& logged_counts,
379 const DelayedPersistentAllocation& counts,
380 const DelayedPersistentAllocation& logged_counts,
421 const DelayedPersistentAllocation& counts,
422 const DelayedPersistentAllocation& logged_counts,
515 const DelayedPersistentAllocation& counts
    [all...]
sample_vector.h 138 const DelayedPersistentAllocation& counts);
147 DelayedPersistentAllocation persistent_counts_;
persistent_memory_allocator.cc     [all...]
persistent_memory_allocator.h     [all...]
histogram.cc 312 const DelayedPersistentAllocation& counts,
313 const DelayedPersistentAllocation& logged_counts,
599 const DelayedPersistentAllocation& counts,
600 const DelayedPersistentAllocation& logged_counts,
    [all...]
sample_vector_unittest.cc 388 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1,
481 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1,
sample_vector.cc 309 const DelayedPersistentAllocation& counts)
315 // the memory is a DelayedPersistentAllocation which allows multiple memory
persistent_memory_allocator_unittest.cc 492 DelayedPersistentAllocation da1(allocator_.get(), &ref1, 1001, 100, true);
493 DelayedPersistentAllocation da2a(allocator_.get(), &ref2, 2002, 200, 0, true);
494 DelayedPersistentAllocation da2b(allocator_.get(), &ref2, 2002, 200, 5, true);
    [all...]
persistent_histogram_allocator.cc 566 DelayedPersistentAllocation counts_data(memory_allocator_.get(),
574 DelayedPersistentAllocation logged_data(
    [all...]

Completed in 246 milliseconds