mimalloc WIP

This commit is contained in:
Marc Henderkes
2025-03-20 04:36:46 +01:00
parent 0bc143cac3
commit 6447fec028
5 changed files with 81 additions and 7 deletions

View File

@@ -636,6 +636,16 @@
"path": "LICENSE"
}
},
"mimalloc": {
"type": "ghtagtar",
"repo": "microsoft/mimalloc",
"match": "v2.+",
"provide-pre-built": false,
"license": {
"type": "file",
"path": "LICENSE"
}
},
"mongodb": {
"type": "ghrel",
"repo": "mongodb/mongo-php-driver",