aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mimalloc
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-01-13 07:52:56 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-01-13 07:52:56 +0800
commit53e0c3360054ac1195d3ab2c52c6f6303df6168a (patch)
tree52db80f36a67b715f1a2e21ae9bb59f40ee772ed /repos/extra/mimalloc
parent45f9059a45b70d19b90ba3ba664df1679d7bccaf (diff)
downloadalicelinux-53e0c3360054ac1195d3ab2c52c6f6303df6168a.tar.gz
alicelinux-53e0c3360054ac1195d3ab2c52c6f6303df6168a.zip
mimalloc: new added
Diffstat (limited to 'repos/extra/mimalloc')
-rwxr-xr-xrepos/extra/mimalloc/.checksum1
-rwxr-xr-xrepos/extra/mimalloc/.files20
-rwxr-xr-xrepos/extra/mimalloc/abuild4
3 files changed, 25 insertions, 0 deletions
diff --git a/repos/extra/mimalloc/.checksum b/repos/extra/mimalloc/.checksum
new file mode 100755
index 00000000..d7c00a86
--- /dev/null
+++ b/repos/extra/mimalloc/.checksum
@@ -0,0 +1 @@
+e842fdab4fd8ff032c46e6f2386d6ab4daae35946a2e35f05be251fbda9306b8 mimalloc-v3.0.1.tar.gz
diff --git a/repos/extra/mimalloc/.files b/repos/extra/mimalloc/.files
new file mode 100755
index 00000000..dc0bef3a
--- /dev/null
+++ b/repos/extra/mimalloc/.files
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/mimalloc-3.0/
+-rw-r--r-- root/root usr/include/mimalloc-3.0/mimalloc-new-delete.h
+-rw-r--r-- root/root usr/include/mimalloc-3.0/mimalloc-override.h
+-rw-r--r-- root/root usr/include/mimalloc-3.0/mimalloc.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/cmake/
+drwxr-xr-x root/root usr/lib/cmake/mimalloc-3.0/
+-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc-config-version.cmake
+-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc-config.cmake
+-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc-release.cmake
+-rw-r--r-- root/root usr/lib/cmake/mimalloc-3.0/mimalloc.cmake
+lrwxrwxrwx root/root usr/lib/libmimalloc.so -> libmimalloc.so.3
+lrwxrwxrwx root/root usr/lib/libmimalloc.so.3 -> libmimalloc.so.3.0
+-rwxr-xr-x root/root usr/lib/libmimalloc.so.3.0
+drwxr-xr-x root/root usr/lib/mimalloc-3.0/
+-rw-r--r-- root/root usr/lib/mimalloc-3.0/mimalloc.o
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/mimalloc.pc
diff --git a/repos/extra/mimalloc/abuild b/repos/extra/mimalloc/abuild
new file mode 100755
index 00000000..482a3b94
--- /dev/null
+++ b/repos/extra/mimalloc/abuild
@@ -0,0 +1,4 @@
+name=mimalloc
+version=3.0.1
+release=1
+source="https://github.com/microsoft/${name}/archive/v${version}/${name}-v${version}.tar.gz"