Skip to content

Commit 27d36d1

Browse files
stephanlachnitbgilbert
authored andcommitted
mimalloc: update to 3.3.2
1 parent 57bb171 commit 27d36d1

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,6 +3139,7 @@
31393139
"mimalloc"
31403140
],
31413141
"versions": [
3142+
"3.3.2-1",
31423143
"3.2.7-1",
31433144
"3.1.5-1"
31443145
]

subprojects/mimalloc.wrap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[wrap-file]
2-
directory = mimalloc-3.2.7
3-
source_url = https://github.com/microsoft/mimalloc/archive/refs/tags/v3.2.7.tar.gz
4-
source_filename = mimalloc-3.2.7.tar.gz
5-
source_hash = 33621bea902711639b8f83128e64685ffc8224a65443625530747603a2d8726d
2+
directory = mimalloc-3.3.2
3+
source_url = https://github.com/microsoft/mimalloc/archive/refs/tags/v3.3.2.tar.gz
4+
source_filename = mimalloc-3.3.2.tar.gz
5+
source_hash = ca02384e007f46950598500dfaebde5ff9948c1d231f5a81b058799afa64bbbb
66
patch_directory = mimalloc
77

88
[provide]

subprojects/packagefiles/mimalloc/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
'c',
44
meson_version: '>=0.56.0',
55
license: 'MIT',
6-
version: '3.2.7',
6+
version: '3.3.2',
77
)
88

99
mi_sources = []
@@ -13,6 +13,7 @@ mi_static_args = []
1313
mi_shared_args = []
1414

1515
mi_sources += files(
16+
'src/prim/prim.c',
1617
'src/alloc-aligned.c',
1718
'src/alloc-posix.c',
1819
'src/alloc.c',
@@ -26,7 +27,6 @@ mi_sources += files(
2627
'src/os.c',
2728
'src/page-map.c',
2829
'src/page.c',
29-
'src/prim/prim.c',
3030
'src/random.c',
3131
'src/stats.c',
3232
'src/theap.c',

0 commit comments

Comments
 (0)