Skip to content

Commit 836698d

Browse files
committed
chore: update vendored mimalloc from 2.0.6 to 2.1.7
I can't see a changelog or release notes in the repo, so here is the diff: - microsoft/mimalloc@v2.0.6...v2.1.7
1 parent 6f337ee commit 836698d

File tree

139 files changed

+12411
-6571
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+12411
-6571
lines changed

bin/vendor-mimalloc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BASE=lua/wincent/commandt/lib/vendor/github/microsoft
1212
mkdir -p "$BASE"
1313
cd "$BASE"
1414
rm -rf mimalloc*
15-
wget https://github.com/microsoft/mimalloc/archive/refs/tags/v2.0.6.tar.gz -O mimalloc.tar.gz
15+
wget https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.7.tar.gz -O mimalloc.tar.gz
1616
tar xzf mimalloc.tar.gz
1717
rm mimalloc.tar.gz
18-
ln -s mimalloc-2.0.6 mimalloc
18+
ln -s mimalloc-2.1.7 mimalloc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mimalloc-2.0.6
1+
mimalloc-2.1.7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

lua/wincent/commandt/lib/vendor/github/microsoft/mimalloc-2.0.6/src/alloc-aligned.c

Lines changed: 0 additions & 261 deletions
This file was deleted.

0 commit comments

Comments
 (0)