Bugfixes
- Stopped using `jemalloc` on Linux, for better compatibility with certain libraries. ([389](https://github.com/pythonspeed/filprofiler/issues/389))
- Speed up rendering of flamegraphs in cases where there are many smaller allocations, by filtering out allocations smaller than 0.2% of total memory. Future releases may re-enable showing smaller allocations if a better fix can be found. ([390](https://github.com/pythonspeed/filprofiler/issues/390))