Searched refs:top_ (Results 1 – 3 of 3) sorted by relevance
295 begin_(nullptr), top_(nullptr), end_(nullptr), in Region()303 top_.StoreRelaxed(begin); in Init()464 return top_.LoadRelaxed(); in Top()468 top_.StoreRelaxed(new_top); in SetTop()486 top_.StoreRelaxed(begin_ + num_bytes); in RecordThreadLocalAllocations()496 Atomic<uint8_t*> top_; // The current position of the allocation. variable
103 old_top = top_.LoadRelaxed(); in Alloc()108 } while (!top_.CompareAndSetWeakRelaxed(old_top, new_top)); in Alloc()
592 top_.StoreRelaxed(begin_); in Clear()