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

Release address space on thread exit #1188

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Release address space on thread exit #1188

merged 1 commit into from
Dec 13, 2024

Conversation

stevenmeker
Copy link
Collaborator

The destructor for arena now munmap()s any mapped address space. This is aimed at threads that may exit while the address space remains active for other threads.

@rv-jenkins rv-jenkins changed the base branch from master to develop December 13, 2024 19:15
@stevenmeker stevenmeker merged commit 09262f4 into develop Dec 13, 2024
11 checks passed
@stevenmeker stevenmeker deleted the dtor_munmap2 branch December 13, 2024 19:57
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.

2 participants