File tree
5 files changed
+20
-14
lines changed- snmalloc-sys
5 files changed
+20
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| |||
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 95 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
- CMakeLists.txt+6-1
- azure-pipelines.yml+8
- ci/README.md+9-2
- ci/linux_x64+5-4
- ci/scripts/build.sh+1-2
- docs/StrictProvenance.md+229
- src/aal/aal.h+45-1
- src/aal/aal_concept.h+22-1
- src/ds/address.h+78-2
- src/ds/bits.h+6-1
- src/ds/defines.h+3-1
- src/ds/helpers.h+67
- src/ds/ptrwrap.h+282
- src/mem/address_space.h+84-28
- src/mem/alloc.h+422-235
- src/mem/allocslab.h+1-1
- src/mem/arenamap.h+130
- src/mem/chunkmap.h+16-24
- src/mem/entropy.h+138
- src/mem/freelist.h+139-118
- src/mem/largealloc.h+90-44
- src/mem/mediumslab.h+49-23
- src/mem/metaslab.h+52-35
- src/mem/pagemap.h+22-10
- src/mem/pool.h+1-1
- src/mem/ptrhelpers.h+98
- src/mem/remoteallocator.h+13-3
- src/mem/sizeclass.h+12-10
- src/mem/sizeclasstable.h+6-2
- src/mem/slab.h+99-44
- src/mem/superslab.h+37-20
- src/pal/pal.h+41-6
- src/pal/pal_concept.h+12-11
- src/pal/pal_consts.h+10
- src/pal/pal_dragonfly.h+13
- src/pal/pal_haiku.h+16-1
- src/pal/pal_netbsd.h+18-1
- src/pal/pal_open_enclave.h+13-1
- src/pal/pal_posix.h+33-1
- src/pal/pal_windows.h+19-1
- src/test/func/bits/bits.cc+1-1
- src/test/func/fixed_region/fixed_region.cc+13-2
- src/test/func/memory/memory.cc+40
- src/test/func/sandbox/sandbox.cc+62-21
- src/test/func/two_alloc_types/alloc1.cc+1
- src/test/func/two_alloc_types/main.cc+13-2
0 commit comments