Releases: purpleprotocol/mimalloc_rust
Releases · purpleprotocol/mimalloc_rust
Version 0.1.46
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.
Version 0.1.37
Changes
From upstream:
2023-04-24, v1.8.2, v2.1.2: Fixes build issues on freeBSD, musl, and C17 (UE 5.1.1). Reduce code size/complexity by removing regions and segment-cache's and only use arenas with improved memory purging -- this may improve memory usage as well for larger services. Renamed options for consistency. Improved Valgrind and ASAN checking.