Releases: purpleprotocol/mimalloc_rust
Releases · purpleprotocol/mimalloc_rust
Version 0.1.47
Version 0.1.46
Changes
- Fixed musl builds.
Version 0.1.45
Changes
- Mimalloc v2.2.3
Version 0.1.44
Changes
- Mimalloc v2.2.2
Version 0.1.43
Changes
- Mimalloc
v2.1.7
- Fix static builds (credits @BlackDex)
Version 0.1.42
Changes
- MiMalloc
v2.1.6
- Expose
usable_size
andversion
. Credits @nathaniel-daniel. - Link with libatomic on armv6-linux. Credits @notorca.
- Add no_thp option for Linux/Android. Credits @devnexen.
Version 0.1.41
Changes
- Fix
_mi_option_last
- Feature gate arena in extended
Version 0.1.40
Changes
- Mimalloc
v2.1.4
. - Add arena support.
Version 0.1.39
Changes
- Reduced binary size (credits @Jake-Shadle).
- Fix secure mode alignment by not using
may_use_unaligned_api
(credits @nathaniel-daniel).
Version 0.1.38
Changes
- Remove deprecated experimental definitions in extended mode.
- Remove secure mode as default feature.