Searched refs:new_bytes (Results 1 – 2 of 2) sorted by relevance
90 size_t new_bytes = g_bytes_used[tag].fetch_add(bytes, std::memory_order_relaxed) + bytes; in RegisterAllocation() local92 while (max_bytes < new_bytes in RegisterAllocation()93 && !g_max_bytes_used[tag].compare_exchange_weak(max_bytes /* updated */, new_bytes, in RegisterAllocation()
177 uint8_t new_bytes[sizeof(uintptr_t)]; in ModifyCardsAtomic() member189 new_bytes[i] = visitor(expected_bytes[i]); in ModifyCardsAtomic()195 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic()