3 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- CMakeLists.txt+41-18
- azure-pipelines.yml+2-2
- cmake/mimalloc-config-version.cmake+1-1
- cmake/mimalloc-config.cmake+4-4
- doc/mimalloc-doc.h+6-6
- docs/annotated.html+4-4
- docs/bench.html+4-4
- docs/build.html+4-4
- docs/classes.html+4-4
- docs/doxygen.css+29-30
- docs/environment.html+4-4
- docs/functions.html+4-4
- docs/functions_vars.html+4-4
- docs/group__aligned.html+5-5
- docs/group__analysis.html+5-5
- docs/group__cpp.html+5-5
- docs/group__extended.html+5-5
- docs/group__heap.html+5-5
- docs/group__malloc.html+5-5
- docs/group__options.html+5-5
- docs/group__posix.html+5-5
- docs/group__typed.html+5-5
- docs/group__zeroinit.html+5-5
- docs/index.html+4-4
- docs/mimalloc-doc_8h_source.html+4-4
- docs/modules.html+4-4
- docs/navtree.css+1-2
- docs/overrides.html+4-4
- docs/pages.html+4-4
- docs/search/search.css+6-7
- docs/search/searchdata.js-1
- docs/tabs.css-1
- docs/using.html+4-4
- ide/vs2017/mimalloc-override.vcxproj+4-4
- ide/vs2017/mimalloc.sln+71-71
- ide/vs2019/mimalloc-override.vcxproj+4-4
- ide/vs2019/mimalloc.sln+81-81
- ide/vs2022/mimalloc-override.vcxproj+5-5
- ide/vs2022/mimalloc.sln+81-81
- ide/vs2022/mimalloc.vcxproj+1-1
- include/mimalloc-atomic.h+5-5
- include/mimalloc-internal.h+50-27
- include/mimalloc-new-delete.h+14-5
- include/mimalloc-track.h+28-9
- include/mimalloc-types.h+35-28
- include/mimalloc.h+110-22
- readme.md+35-30
- src/alloc-aligned.c+52-18
- src/alloc-override-osx.c+12-12
- src/alloc-override.c+35-21
- src/alloc-posix.c+4-4
- src/alloc.c+184-111
- src/arena.c+29-28
- src/bitmap.c+11-11
- src/heap.c+23-10
- src/init.c+47-26
- src/options.c+36-21
- src/os.c+79-43
- src/page-queue.c+3-2
- src/page.c+54-30
- src/random.c+46-11
- src/region.c+51-41
- src/segment-cache.c+52-11
- src/segment.c+210-140
- src/stats.c+63-29
- test/main-override-static.c+12-7
- test/main-override.cpp+57-3
- test/test-api-fill.c+2-2
- test/test-api.c+58-13
- test/test-stress.c+3-3
- test/test-wrong.c+8-8
- test/testhelper.h+5-5
0 commit comments