Anatomy of a “Memory Leak”

后端 未结 15 1328
失恋的感觉
失恋的感觉 2020-11-29 14:41

In .NET perspective:

  • What is a memory leak?
  • How can you determine whether your application leaks? What are the effects?
  • How can you prevent a
15条回答
  •  [愿得一人]
    2020-11-29 15:43

    I guess in a managed environment, a leak would be you keeping an unnecessary reference to a large chunk of memory around.

提交回复
热议问题