Searched refs:new_bytes (Results 1 – 3 of 3) sorted by relevance
139 size_t new_bytes = page_end_of_index(dst); in recompact() local140 if (new_bytes < old_bytes) { in recompact()141 madvise(reinterpret_cast<char*>(array_) + new_bytes, old_bytes - new_bytes, MADV_DONTNEED); in recompact()
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()
182 uint8_t new_bytes[sizeof(uintptr_t)]; in ModifyCardsAtomic() member194 new_bytes[i] = visitor(expected_bytes[i]); in ModifyCardsAtomic()200 const uint8_t new_byte = new_bytes[i]; in ModifyCardsAtomic()