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 145 PersistentMemoryAllocator::kReferenceQueue =
154 : allocator_(allocator), last_record_(kReferenceQueue), record_count_(0) {}
164 last_record_.store(kReferenceQueue, std::memory_order_relaxed);
183 last_record_.store(kReferenceQueue, std::memory_order_release);
190 if (last == kReferenceQueue)
231 if (next == kReferenceQueue) // No next allocation in queue.
345 static_assert(kReferenceQueue % kAllocAlignment == 0,
399 shared_meta()->queue.next.store(kReferenceQueue, std::memory_order_release);
400 shared_meta()->tailptr.store(kReferenceQueue, std::memory_order_release);
    [all...]
persistent_memory_allocator.h 635 static const Reference kReferenceQueue;
    [all...]

Completed in 139 milliseconds