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 141 PersistentMemoryAllocator::kReferenceQueue =
150 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
160 last_record_.store(kReferenceQueue, std::memory_order_relaxed);
174 last_record_.store(kReferenceQueue, std::memory_order_release);
181 if (last == kReferenceQueue)
222 if (next == kReferenceQueue) // No next allocation in queue.
331 static_assert(kReferenceQueue % kAllocAlignment == 0,
385 shared_meta()->queue.next.store(kReferenceQueue, std::memory_order_release);
386 shared_meta()->tailptr.store(kReferenceQueue, std::memory_order_release);
749 block->next.store(kReferenceQueue, std::memory_order_release); // New tail
    [all...]
persistent_memory_allocator.h 633 static const Reference kReferenceQueue;
    [all...]

Completed in 144 milliseconds