- Fix build on riscv64gc-unknown-linux-musl (#67) (#75)
- Allow jemalloc-sys to be the default allocator on musl linux (#70)
- Add Chimera Linux to gmake targets (#73)
- Add profiling options to jemalloc-ctl (#74)
- Fix jemalloc version not shown in API (#77)
- Fix jemalloc stats is still enabled when stats feature is disabled (#82)
- Fix duplicated symbol when build and link on aarch64-linux-android (#83)
- Revise CI runner platform on macOS (#86)
- Allow setting per-target env (#91)
- Remove outdated clippy allows (#94)
- Set MSRV to 1.71.0 (#95)
Note since 0.6.0, if you want to use jemalloc stats, you have to enable the feature explicitly.
- Add disable_initial_exec_tls feature for jemalloc-ctl (#59)
- Fix definition of
c_bool
for non-MSVC targets (#54) - Add
disable_cache_oblivious
feature (#51) - Add loongarch64 support (#42)
- Remove fs-extra dependency (#47)
- Fix build on riscv64gc-unknown-linux-gnu (#40)
- Backport support for NetBSD (#31)
- Watch environment variable change in build script (#31)
- Update jemalloc to 5.3.0 (#23)
- Added riscv64 support (#14)
- Fixed prof not working under certain condition (#9) (#12)
- Updated paste to 1 (#11)
- Updated jemalloc to fix deadlock during initialization
- Fixed failure of generating docs on release version
- Forked from jemallocator master
- Upgraded jemalloc to 5.2.1 (#1)
- Fixed wrong version in generated C header (#1)
- Upgraded project to 2018 edition (#2)