From e0bc882bd46c40c86d9497fa043bbfe3e469888f Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 2 Dec 2023 23:28:41 -0800 Subject: feat: introduce mimalloc to replace secmem --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 397da182..3463984f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,7 @@ url = https://github.com/bricke/Qt-AES.git [submodule "third_party/spdlog"] path = third_party/spdlog - url = https://github.com/gabime/spdlog.git \ No newline at end of file + url = https://github.com/gabime/spdlog.git +[submodule "third_party/mimalloc"] + path = third_party/mimalloc + url = https://github.com/microsoft/mimalloc.git -- cgit v1.2.3