Searched refs:new_top (Results 1 – 2 of 2) sorted by relevance
104 uint8_t* new_top; in Alloc() local107 new_top = old_top + num_bytes; in Alloc()108 if (UNLIKELY(new_top > end_)) { in Alloc()111 } while (!top_.CompareAndSetWeakRelaxed(old_top, new_top)); in Alloc()115 DCHECK_LE(new_top, end_); in Alloc()
592 void SetTop(uint8_t* new_top) { in SetTop() argument593 top_.store(new_top, std::memory_order_relaxed); in SetTop()