-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Weird memory allocation report #34054
Comments
vtjnash
added a commit
that referenced
this issue
Jan 3, 2020
vtjnash
added a commit
that referenced
this issue
Jan 15, 2020
vtjnash
added a commit
that referenced
this issue
Jan 21, 2020
KristofferC
pushed a commit
that referenced
this issue
Apr 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Julia 1.3, julia --track-allocation=user. The measurement was collected during a second run, after clearing the malloc data after the first run. Code fragment from a .mem file:
How does one interpret the above? The function with this code is called once.
Where does all the allocation come from?
The text was updated successfully, but these errors were encountered: