Skip to content

Commit fe9dd63

Browse files
committed
优化内存占用,集成mimalloc作为内存分配器,减少内存碎片。
1 parent 47321c9 commit fe9dd63

File tree

92 files changed

+43877
-48
lines changed

Some content is hidden

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

92 files changed

+43877
-48
lines changed

3rd/mimalloc-2.0.3/.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# default behavior is to always use unix style line endings
2+
* text eol=lf
3+
*.png binary
4+
*.pdn binary
5+
*.jpg binary
6+
*.sln binary
7+
*.suo binary
8+
*.vcproj binary
9+
*.patch binary
10+
*.dll binary
11+
*.lib binary

3rd/mimalloc-2.0.3/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ide/vs20??/*.db
2+
ide/vs20??/*.opendb
3+
ide/vs20??/*.user
4+
ide/vs20??/*.vcxproj.filters
5+
ide/vs20??/.vs
6+
out/
7+
docs/
8+
*.zip

0 commit comments

Comments
 (0)