Managed memory leaks in C# Contents Managed Memory Leak – the definition The Garbage Collector Event handlers – what to remember Event handlers – get the things right Managed Memory Leaks – How to detect …
Continue readingMonth: April 2022
Memory leaks in Rust
Contents Stack and heap Ownership and borrowing Memory leaks and unsafe Rust Conclusion When we talk about memory in Rust, we first need to identify four main sections, each of which has a key impact …
Continue reading