Skip to content

Version 0.1.13

Compare
Choose a tag to compare
@octavonce octavonce released this 11 Feb 12:06
· 171 commits to master since this release

Release corresponding to mimalloc v1.6.0 release

Changes

fixed potential memory leak, improved overriding and thread local support on FreeBSD, NetBSD, DragonFly, and macOSX. New byte-precise heap block overflow detection in debug mode (besides the double-free detection and free-list corruption detection). Add nodiscard attribute to most allocation functions. Enable MIMALLOC_PAGE_RESET by default. New reclamation strategy for abandoned heap pages for better memory footprint.