Commit eabc392
committed
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 allocator1 parent 00da275 commit eabc392
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12335 | 12335 | | |
12336 | 12336 | | |
12337 | 12337 | | |
12338 | | - | |
| 12338 | + | |
12339 | 12339 | | |
12340 | 12340 | | |
12341 | 12341 | | |
| |||
0 commit comments