File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 31393139 " mimalloc"
31403140 ],
31413141 "versions" : [
3142+ " 3.3.2-1" ,
31423143 " 3.2.7-1" ,
31433144 " 3.1.5-1"
31443145 ]
Original file line number Diff line number Diff line change 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
66patch_directory = mimalloc
77
88[provide]
Original file line number Diff line number Diff line change 33 ' c' ,
44 meson_version : ' >=0.56.0' ,
55 license : ' MIT' ,
6- version : ' 3.2.7 ' ,
6+ version : ' 3.3.2 ' ,
77)
88
99mi_sources = []
@@ -13,6 +13,7 @@ mi_static_args = []
1313mi_shared_args = []
1414
1515mi_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' ,
You can’t perform that action at this time.
0 commit comments