Searched refs:new_top (Results 1 – 2 of 2) sorted by relevance
121 uint8_t* new_top; in Alloc() local124 new_top = old_top + num_bytes; in Alloc()125 if (UNLIKELY(new_top > end_)) { in Alloc()128 } while (!atomic_top->CompareExchangeWeakSequentiallyConsistent(old_top, new_top)); in Alloc()132 DCHECK_LE(new_top, end_); in Alloc()
440 void SetTop(uint8_t* new_top) { in SetTop() argument441 top_ = new_top; in SetTop()