mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Additional miscellaneous cleanup: - Use the term "deallocate" instead of "kill" in function names, for symmetry with "allocate". - Drop an unnecessary memory allocation in `AllocateValue`. - Implement `PrintHeap` in terms of `PrintAddress`, so that dead values are flagged with `!!`.