Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable usage of mmap allocator in libbacktrace
Turns out it's just crazy slow on huge debug sections and it's also quite leaky. We don't need to use it in a signal handler context, so let's just jettison the mmap allocator
- Loading branch information