mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix page_bin and pages statistics; merge thread-local statistics regularly with main statistics; bump version to 3.0.4
This commit is contained in:
parent
15b2d1cbd6
commit
3301ba09b4
10 changed files with 35 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
set(mi_version_major 3)
|
||||
set(mi_version_minor 0)
|
||||
set(mi_version_patch 3)
|
||||
set(mi_version_patch 4)
|
||||
set(mi_version ${mi_version_major}.${mi_version_minor})
|
||||
|
||||
set(PACKAGE_VERSION ${mi_version})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue