Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drift in memory allocation #134

Open
themoonlitknight opened this issue Nov 25, 2015 · 0 comments
Open

Drift in memory allocation #134

themoonlitknight opened this issue Nov 25, 2015 · 0 comments

Comments

@themoonlitknight
Copy link

It seems that some of the memory allocated for presenting a MHGalleryController is never released. I experienced it in my app and decided to profile the sample application in Instruments by tapping on the first image of the collection view tab by opening and closing it repeatedly, allocating and deallocating each time a MHGalleryController.

Here is Instruments showing some screenshots of memory allocation before launching the gallery. It seems to grow by 1.55 MB each time.
screenshot

Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@themoonlitknight and others