Searched refs:atomic_top (Results 1 – 1 of 1) sorted by relevance
119 Atomic<uint8_t*>* atomic_top = reinterpret_cast<Atomic<uint8_t*>*>(&top_); in Alloc() local123 old_top = atomic_top->LoadRelaxed(); in Alloc()128 } while (!atomic_top->CompareExchangeWeakSequentiallyConsistent(old_top, new_top)); in Alloc()130 DCHECK_LE(atomic_top->LoadRelaxed(), end_); in Alloc()