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

[Feature #20306] Implement rb_free_at_exit_p #10104

Merged
merged 1 commit into from Mar 14, 2024

Conversation

peterzhu2118
Copy link
Member

rb_free_at_exit_p is a way for extensions to determine whether they should free all memory at shutdown.

This comment has been minimized.

@peterzhu2118 peterzhu2118 changed the title [Feature #TODO] Implement rb_free_at_exit_p [Feature #20306] Implement rb_free_at_exit_p Feb 26, 2024
ruby_free_at_exit_p is a way for extensions to determine whether they
should free all memory at shutdown.
@peterzhu2118 peterzhu2118 merged commit 83618f2 into ruby:master Mar 14, 2024
98 checks passed
@peterzhu2118 peterzhu2118 deleted the free-at-exit-p branch March 14, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant