Searched refs:new_top (Results 1 – 2 of 2) sorted by relevance
101 uint8_t* new_top; in Alloc() local104 new_top = old_top + num_bytes; in Alloc()105 if (UNLIKELY(new_top > end_)) { in Alloc()108 } while (!top_.CompareAndSetWeakRelaxed(old_top, new_top)); in Alloc()112 DCHECK_LE(new_top, end_); in Alloc()
467 void SetTop(uint8_t* new_top) { in SetTop() argument468 top_.StoreRelaxed(new_top); in SetTop()