-
Notifications
You must be signed in to change notification settings - Fork 7
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
every clib4 binary (even simply one) leak memory on the run/exit for about 1-1.5mb for each run. #210
Comments
@kas1e |
As i say any example. Simple hello world with single printf is enough |
okay. |
We have to replace all AllocVecTags/FreeVec that are not in the constructors with malloc/free when possible |
What is the best tool / what tool are you using to prove the leak? |
cmake 😀 |
Using a simple hello world is easiest since that program is simple. I mean, how are you proving that the bytes consumed versus the bytes released are different? What tool are you using? |
Topic says it all, running any clib4 based app compiled with latest beta10 cause leaking of 1-1.5mb of memory on each run. 10 runs - 15 mb, 100 runs and you have 150 mb go away. Can be reproduced even with simply "hello world" test case.
The text was updated successfully, but these errors were encountered: