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+38-14
- cmake/mimalloc-config.cmake+3-3
- doc/mimalloc-doc.h+3
- ide/vs2019/mimalloc.vcxproj+3-3
- include/mimalloc-atomic.h+2-2
- include/mimalloc-internal.h+54-39
- include/mimalloc-types.h+60-28
- include/mimalloc.h+10-3
- readme.md+29-13
- src/alloc-override-osx.c+234-63
- src/alloc-override.c+121-69
- src/alloc-posix.c+6
- src/alloc.c+36-26
- src/arena.c+26-19
- src/bitmap.c+45-45
- src/bitmap.h+5-5
- src/heap.c+18-18
- src/init.c+25-8
- src/options.c+28-19
- src/os.c+250-116
- src/page.c+9-8
- src/random.c+13-5
- src/region.c+18-18
- src/segment.c+16-13
- src/stats.c+21-12
- test/CMakeLists.txt+3
- test/main-override.cpp+37-30
- test/test-api.c+9-6
- test/test-stress.c+1-1
0 commit comments