What's the difference between abandoned memory and a memory leak?

前端 未结 3 367
时光说笑
时光说笑 2020-12-24 08:47

Both are exactly the same thing, except that \"abandoned memory\" refers to a whole object graph leaked rather than just a single object. Right?

3条回答
  •  既然无缘
    2020-12-24 09:19

    Abandoned memory are the memory leaks. Heapshot Analysis will help you to Find Undesirable Memory Growth. This is good article about that. http://www.friday.com/bbum/2010/10/17/when-is-a-leak-not-a-leak-using-heapshot-analysis-to-find-undesirable-memory-growth/

提交回复
热议问题