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

Virtual memory leak while using bitmap #32

Open
VEDANTDOKANIA opened this issue Jan 13, 2023 · 0 comments
Open

Virtual memory leak while using bitmap #32

VEDANTDOKANIA opened this issue Jan 13, 2023 · 0 comments

Comments

@VEDANTDOKANIA
Copy link

When i am using bitmap and as we set the bits in bitmap virtual memory shoots up (verified using pmap command) , but after clearing the bitmap using "bitmap.clear" virtual memory does not releases. I want to know the method to clear bitmap along with all it's instance and used bytes in virtual memory.Memory allocation before using bitmap and after clearing bitmap should be same. Can you pls help me in achieving the same ..

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

1 participant