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

  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 121 PersistentMemoryAllocator::kReferenceQueue =
130 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
142 last_record_.store(kReferenceQueue, std::memory_order_release);
182 if (next == kReferenceQueue) // No next allocation in queue.
268 static_assert(kReferenceQueue % kAllocAlignment == 0,
322 shared_meta()->queue.next.store(kReferenceQueue, std::memory_order_release);
323 shared_meta()->tailptr.store(kReferenceQueue, std::memory_order_release);
588 block->next.store(kReferenceQueue, std::memory_order_release); // New tail.
604 // has an existing value of kReferenceQueue; if that is somehow not the
608 uint32_t next = kReferenceQueue; // Will get replaced with existing value
    [all...]
persistent_memory_allocator.h 298 static const Reference kReferenceQueue;

Completed in 93 milliseconds