-
Notifications
You must be signed in to change notification settings - Fork 867
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
Memory leaks while using thread_local variables #944
Comments
Yikes -- that is unexpected. Thanks for the report --I'm looking into it. |
I cannot repro on macOS so it must be a Windows specific issue. I am currently traveling but I will get to it. |
Yes, on Linux it is ok also. Problem is Windows specific. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is sample program (mimalloc 1.8.7 and 2.1.7):
Committed memory increases indefinitely. Without 'mimalloc', everything is ok.
The text was updated successfully, but these errors were encountered: