Skip to content

Releases: purpleprotocol/mimalloc_rust

Version 0.1.52

Choose a tag to compare

@octavonce octavonce released this 22 May 13:16

Changes

  • Expose mi_stats_get_json().
  • Fix ARM compilation.

Version 0.1.51

Choose a tag to compare

@octavonce octavonce released this 20 May 12:44

Changes

  • Mimalloc bumped to v3.3.2 and v2.3.2.
  • Compile with msvc on windows.

Version 0.1.50

Choose a tag to compare

@octavonce octavonce released this 22 Apr 10:29

Changes

  • Update to mimalloc v2.3.1 and v3.3.1

Version 0.1.49

Choose a tag to compare

@octavonce octavonce released this 19 Apr 22:37

Changes

  • Update to mimalloc v2.3.0 and v3.3.0
  • Use mimalloc v3 by default.

Version 0.1.48

Choose a tag to compare

@octavonce octavonce released this 26 Aug 08:33

Changes

  • Mimalloc v3 feature flag. (credits @gschulze).

Version 0.1.47

Choose a tag to compare

@octavonce octavonce released this 16 Jun 12:21

Changes

  • Mimalloc v2.2.4

Version 0.1.46

Choose a tag to compare

@octavonce octavonce released this 07 Apr 19:31

Changes

  • Fixed musl builds.

Version 0.1.45

Choose a tag to compare

@octavonce octavonce released this 02 Apr 19:26

Changes

  • Mimalloc v2.2.3

Version 0.1.44

Choose a tag to compare

@octavonce octavonce released this 18 Mar 18:24

Changes

  • Mimalloc v2.2.2

Version 0.1.43

Choose a tag to compare

@octavonce octavonce released this 23 Jun 12:58

Changes

  • Mimalloc v2.1.7
  • Fix static builds (credits @BlackDex)