in-place change
RU: изменение на месте
A modification that overwrites an existing memory cell at the same address, replacing its contents without allocating a new cell. The address stays the same; only the bit pattern inside changes. Assignment in most programming languages is an in-place change to the variable's bound cell.