1 file changed
+1
-1
lines changed- .gitattributes+2
- .gitignore+5-4
- CMakeLists.txt+34-14
- bin/mimalloc-redirect.dll
- bin/mimalloc-redirect.lib
- bin/mimalloc-redirect32.dll
- bin/mimalloc-redirect32.lib
- cmake/mimalloc-config-version.cmake+1-1
- doc/mimalloc-doc.h+122-28
- docs/group__extended.html+215-30
- docs/group__extended.js+11-5
- docs/group__heap.html+67
- docs/group__heap.js+2
- docs/group__options.html+21-11
- docs/group__options.js+5-2
- docs/group__posix.html+3
- docs/group__typed.html+45
- docs/group__typed.js+1
- docs/index.html+3-2
- docs/mimalloc-doc_8h_source.html+51-29
- docs/modules.html+5-4
- docs/modules.js+1
- docs/navtreedata.js+1
- docs/navtreeindex0.js+156-131
- docs/overrides.html+4-3
- docs/pages.html+3-2
- docs/search/all_4.js+1
- docs/search/all_6.js+30-7
- docs/search/enumvalues_1.js+5-2
- docs/search/functions_0.js+23-5
- docs/search/pages_1.js+1-1
- docs/search/pages_2.js+1-1
- docs/search/pages_3.js+1-1
- docs/search/searchdata.js+3-3
- docs/search/typedefs_0.js+2-1
- docs/using.html+1-10
- ide/vs2017/mimalloc-override-test.vcxproj+30-5
- ide/vs2017/mimalloc-override.vcxproj+50-41
- ide/vs2017/mimalloc-override.vcxproj.filters+10-4
- ide/vs2017/mimalloc-test-stress.vcxproj+6-6
- ide/vs2017/mimalloc-test.vcxproj+7-12
- ide/vs2017/mimalloc-test.vcxproj.filters+1-1
- ide/vs2017/mimalloc.vcxproj+18-24
- ide/vs2017/mimalloc.vcxproj.filters+9-6
- ide/vs2019/mimalloc-override-test.vcxproj+30-5
- ide/vs2019/mimalloc-override.vcxproj+50-41
- ide/vs2019/mimalloc-test-stress.vcxproj+6-6
- ide/vs2019/mimalloc-test.vcxproj+7-12
- ide/vs2019/mimalloc.vcxproj+18-24
- include/mimalloc-atomic.h+111-90
- include/mimalloc-internal.h+83-14
- include/mimalloc-new-delete.h+52
- include/mimalloc-override.h+66
- include/mimalloc-types.h+54-37
- include/mimalloc.h+82-33
- readme.md+25-14
- src/alloc-aligned.c+70-18
- src/alloc-override-win.c+31-23
- src/alloc-override.c+7-7
- src/alloc-posix.c+75-6
- src/alloc.c+94-41
- src/heap.c+16-12
- src/init.c+120-48
- src/memory.c+254-115
- src/options.c+154-51
- src/os.c+473-155
- src/page-queue.c+21-19
- src/page.c+190-137
- src/segment.c+103-79
- src/stats.c+93-65
- test/CMakeLists.txt+18-9
- test/main-override-static.c+31
- test/main-override.c+8-10
- test/main-override.cpp+16-13
- test/test-api.c+5-5
- test/test-stress.c+112-51
0 commit comments