Update mimalloc to v1.6.4

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-08-11 23:16:23 -04:00
parent 53a70c9f83
commit 0673e5e17e

View file

@ -564,7 +564,7 @@ make install
# mimalloc
cd "$BUILD_PATH"
git clone --depth=1 -b v1.6.3 https://github.com/microsoft/mimalloc
git clone --depth=1 -b v1.6.4 https://github.com/microsoft/mimalloc
cd mimalloc
mkdir -p out/release