Searched defs:old_value (Results 1 – 2 of 2) sorted by relevance
128 static constexpr uint64_t Update(uint64_t old_value, T value) in Update()
44 uint64_t old_value = allocated_[index].fetch_sub(size, std::memory_order_acq_rel); in RecordMoved() local