indirection
RU: косвенность
Storing the address of a value rather than the value itself, so a cell points at the data instead of containing it. Indirection lets a fixed-shape container (such as an equal-size array) hold variable-shape contents (such as objects), because a reference is always the same fixed size.