Issue
As seen in the screenshot here, 0 live objects, 9 allocated objects.
What's the difference between a live and an allocated object?

Solution
- Allocated objects are all objects that have been created since application start (or reset)
- Live objects are reachable objects that are being actively used by your program (likely still in the Young Generation)
Answered By - Luciano Fiandesio
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.