File tree
7 files changed
+8
-11
lines changed- Extern
- Libs/Editor
- Include/Tools
- Src/Tools
7 files changed
+8
-11
lines changed- Benchmarks/Arenas.bench.h+1-6
- Include/Pipe/Core/GenericPlatformMisc.h-27
- Include/Pipe/Core/LinuxPlatformMisc.h-13
- Include/Pipe/Core/MacPlatformMisc.h-13
- Include/Pipe/Core/Map.h+1-2
- Include/Pipe/Core/PageBuffer.h+1-2
- Include/Pipe/Core/PlatformMisc.h-13
- Include/Pipe/Core/WindowsPlatformMisc.h-19
- Include/Pipe/Memory/Alloc.h-56
- Include/Pipe/Memory/Arena.h-146
- Include/Pipe/Memory/BestFitArena.h-102
- Include/Pipe/Memory/BigBestFitArena.h-127
- Include/Pipe/Memory/DummyArena.h-35
- Include/Pipe/Memory/HeapArena.h-49
- Include/Pipe/Memory/MonoLinearArena.h-95
- Include/Pipe/Memory/MultiLinearArena.h-119
- Include/Pipe/Memory/NewDelete.h+1-1
- Include/Pipe/Memory/OwnPtr.h+1-2
- Include/Pipe/Memory/PtrBuilder.h+1-1
- Include/Pipe/Memory/STLAllocator.h+1-3
- Include/PipeArrays.h+2-4
- Include/PipeMemory.h+197-9
- Include/PipeMemoryArenas.h+419
- Include/PipePlatform.h+19
- Src/Core/Guid.cpp+1-1
- Src/Core/Hash.cpp+1-1
- Src/Core/Subprocess.cpp+26-2
- Src/Core/Tag.cpp+5-2
- Src/Core/WindowsPlatformMisc.cpp-38
- Src/Memory/Alloc.cpp-104
- Src/Memory/Arena.cpp-21
- Src/Memory/BestFitArena.cpp-231
- Src/Memory/BigBestFitArena.cpp-219
- Src/Memory/MonoLinearArena.cpp-60
- Src/Memory/MultiLinearArena.cpp-148
- Src/Pipe.cpp+1-1
- Src/PipeAlgorithms.cpp+1-1
- Src/PipeMemory.cpp+113-5
- Src/PipeMemoryArenas.cpp+690
- Src/PipePlatform.cpp+5-4
- Src/PipeReflect.cpp+1-3
- Src/PipeVectors.cpp+13-1
- Tests/Core/PageBuffer.spec.cpp+1-1
- Tests/Memory/BestFitArena.spec.cpp+1-2
- Tests/Memory/BigBestFitArena.spec.cpp+1-3
- Tests/Memory/Memory.spec.cpp+1-1
- Tests/Memory/MonoLinearArena.spec.cpp+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 |
| - | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
10 | 9 |
| |
11 |
| - | |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 | 6 |
| |
9 | 7 |
| |
| 8 | + | |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
|
0 commit comments