`xx` = initial value for heap storage. `00` fills with binary zeros. Helps catch uninitialized data bugs during testing. - `yy` = value to fill freed storage. `FE` fills freed storage with X'FE'. If a program accesses freed storage, the data is obviously invalid — `X'FEFEFEFE'` is unmistakable in a