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

  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 154 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
159 : allocator_(allocator), last_record_(0), record_count_(0) {
165 record_count_.store(0, std::memory_order_relaxed);
175 record_count_.store(0, std::memory_order_relaxed);
207 // increment of |record_count_|) culminating in the check at the bottom
209 uint32_t count = record_count_.load(std::memory_order_acquire);
273 record_count_.fetch_add(1, std::memory_order_release);
    [all...]
persistent_memory_allocator.h 226 std::atomic<uint32_t> record_count_; member in class:base::PersistentMemoryAllocator::Iterator
    [all...]

Completed in 67 milliseconds