0
0
mirror of https://github.com/microsoft/mimalloc.git synced 2025-01-16 12:12:44 +08:00

Merge branch 'dev' into dev-exp

This commit is contained in:
daan 2020-02-09 18:33:53 -08:00
commit 4f3ad24480

@ -57,6 +57,7 @@ Enjoy!
### Releases
* 2020-02-09, `v1.5.0`: stable release 1.5: improved free performance, small bug fixes.
* 2020-01-22, `v1.4.0`: stable release 1.4: improved performance for delayed OS page reset,
more eager concurrent free, addition of STL allocator, fixed potential memory leak.
* 2020-01-15, `v1.3.0`: stable release 1.3: bug fixes, improved randomness and [stronger