Searched refs:top_ (Results 1 – 3 of 3) sorted by relevance
382 top_(nullptr), in Region()394 top_.store(begin, std::memory_order_relaxed); in Init()571 return top_.load(std::memory_order_relaxed); in Top()575 top_.store(new_top, std::memory_order_relaxed); in SetTop()593 top_.store(begin_ + num_bytes, std::memory_order_relaxed); in RecordThreadLocalAllocations()609 Atomic<uint8_t*> top_; // The current position of the allocation. variable
108 old_top = top_.load(std::memory_order_relaxed); in Alloc()113 } while (!top_.CompareAndSetWeakRelaxed(old_top, new_top)); in Alloc()
966 top_.store(begin_, std::memory_order_relaxed); in Clear()