rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.74k stars 256 forks source link

expand leak amplification with example #455

Open kristof-mattei opened 2 weeks ago

kristof-mattei commented 2 weeks ago

Took me quite a while to understand leak amplification actually meant until I tested it in code.

I think this makes it more clear.