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

fix MEMPROFILE code for the new garbage collector #37246

Merged
merged 1 commit into from
Aug 28, 2020
Merged

fix MEMPROFILE code for the new garbage collector #37246

merged 1 commit into from
Aug 28, 2020

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Aug 27, 2020

As suggested recently on the issues list.

Fixes #12840

src/gc-debug.c Outdated
}

size_t jl_array_nbytes(jl_array_t *a) JL_NOTSAFEPOINT;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to .h file instead.

As suggested recently on the issues list.

Fixes #12840
@vtjnash vtjnash merged commit 840ecac into master Aug 28, 2020
@vtjnash vtjnash deleted the jn/12840 branch August 28, 2020 17:37
simeonschaub pushed a commit to simeonschaub/julia that referenced this pull request Aug 29, 2020
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

Successfully merging this pull request may close these issues.

MEMPROFILE is broken
2 participants