Searched refs:top_ (Results 1 – 3 of 3) sorted by relevance
400 top_(nullptr), in Region()412 top_.store(begin, std::memory_order_relaxed); in Init()589 return top_.load(std::memory_order_relaxed); in Top()593 top_.store(new_top, std::memory_order_relaxed); in SetTop()610 top_.store(begin_ + num_bytes, std::memory_order_relaxed); in RecordThreadLocalAllocations()632 Atomic<uint8_t*> top_; // The current position of the allocation. variable
106 old_top = top_.load(std::memory_order_relaxed); in Alloc()111 } while (!top_.CompareAndSetWeakRelaxed(old_top, new_top)); in Alloc()
1022 top_.store(begin_, std::memory_order_relaxed); in Clear()