Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release address space on thread exit (#1188)
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.
- Loading branch information