| ... | @@ -609,7 +609,7 @@ test "ArenaAllocator" { | ... | @@ -609,7 +609,7 @@ test "ArenaAllocator" { |
| 609 | try testAllocatorAlignedShrink(&arena_allocator.allocator); | 609 | try testAllocatorAlignedShrink(&arena_allocator.allocator); |
| 610 | } | 610 | } |
| 611 | | 611 | |
| 612 | var test_fixed_buffer_allocator_memory: [30000 * @sizeOf(usize)]u8 = undefined; | 612 | var test_fixed_buffer_allocator_memory: [40000 * @sizeOf(usize)]u8 = undefined; |
| 613 | test "FixedBufferAllocator" { | 613 | test "FixedBufferAllocator" { |
| 614 | var fixed_buffer_allocator = FixedBufferAllocator.init(test_fixed_buffer_allocator_memory[0..]); | 614 | var fixed_buffer_allocator = FixedBufferAllocator.init(test_fixed_buffer_allocator_memory[0..]); |
| 615 | | 615 | |