Releases: purpleprotocol/mimalloc_rust
Releases · purpleprotocol/mimalloc_rust
Version 0.1.26
Changes
- Mimalloc version 1.7.2.
- Completed extended low-level api.
Version 0.1.25
Changes
- Removed
CMake
dependency.
Version 0.1.24
v0.1.24 v0.1.24 release
Version 0.1.23
Changes
- Mimalloc
v1.7.0
Version 0.1.22
Changes
- Added
local_dynamic_tls
feature. - Exposed experimental options.
Version 0.1.21
Changes
- 2020-09-24, v1.6.7: stable release 1.6: using standard C atomics, passing tsan testing, improved handling of failing to commit on Windows, add mi_process_info api call.
Version 0.1.20
Changes
Version 0.1.19
Changes
- Fixed release builds with debug symbols.
- From 2020-04-20,
mimalloc v1.6.2
: stable release 1.6: fix compilation on Android, MingW, Raspberry, and Conda, stability fix for Windows 7, fix multiple mimalloc instances in one executable, fix strnlen overload, fix aligned debug padding.
Version 0.1.18
Changes
- Removed
full_secure
feature. - Exposed
mi_usable_size()
in libmimalloc-sys.
Version 0.1.17
Changes
- Fixed debug builds with all opt-levels.