3 files changed
+4
-4
lines changed+2-2
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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- CMakeLists.txt+3-3
- azure-pipelines.yml+8-1
- bin/minject.exe
- bin/minject32.exe
- cmake/mimalloc-config-version.cmake+3-3
- doc/mimalloc-doc.h+2-2
- docs/overrides.html+1-1
- docs/using.html+1-1
- ide/vs2017/mimalloc-override.vcxproj+1-1
- ide/vs2017/mimalloc-override.vcxproj.filters+3-3
- ide/vs2017/mimalloc.vcxproj+1-1
- ide/vs2017/mimalloc.vcxproj.filters+5-2
- ide/vs2019/mimalloc-override.vcxproj+1-1
- ide/vs2019/mimalloc-override.vcxproj.filters+4-4
- ide/vs2019/mimalloc.vcxproj+1-1
- ide/vs2019/mimalloc.vcxproj.filters+3-3
- include/mimalloc-atomic.h+7-1
- include/mimalloc-internal.h+128-38
- include/mimalloc-new-delete.h+8-3
- include/mimalloc-types.h+120-64
- include/mimalloc.h+22-13
- readme.md+13-8
- src/alloc-aligned.c+1-1
- src/alloc-override-osx.c+2-2
- src/alloc-override.c+18-11
- src/alloc-posix.c+13-13
- src/alloc.c+58-38
- src/arena.c+96-55
- src/bitmap.c+7-7
- src/bitmap.h+6-1
- src/heap.c+33-19
- src/init.c+114-31
- src/options.c+86-40
- src/os.c+173-169
- src/page-queue.c+12-9
- src/page.c+52-37
- src/random.c+11-10
- src/region.c+1-1
- src/segment-cache.c+360
- src/segment.c+971-801
- src/static.c+1-1
- src/stats.c+4-4
- test/CMakeLists.txt+1-1
- test/main-override-static.c+207-4
- test/main-override.cpp+59-11
- test/test-stress.c+19-9
0 commit comments