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 130 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
135 : allocator_(allocator), last_record_(starting_after), record_count_(0) {
158 // increment of |record_count_|) culminating in the check at the bottom
160 uint32_t count = record_count_.load(std::memory_order_acquire);
223 record_count_.fetch_add(1, std::memory_order_release);
    [all...]
persistent_memory_allocator.h 111 std::atomic<uint32_t> record_count_; member in class:base::PersistentMemoryAllocator::Iterator

Completed in 66 milliseconds