| ... | ... | @@ -12,7 +12,7 @@ pub var allocator_instance = LeakCountAllocator.init(&base_allocator_instance.al |
| 12 | 12 | pub const failing_allocator = &FailingAllocator.init(&base_allocator_instance.allocator, 0).allocator; |
| 13 | 13 | |
| 14 | 14 | pub var base_allocator_instance = std.heap.ThreadSafeFixedBufferAllocator.init(allocator_mem[0..]); |
| 15 | | var allocator_mem: [512 * 1024]u8 = undefined; |
| 15 | var allocator_mem: [1024 * 1024]u8 = undefined; |
| 16 | 16 | |
| 17 | 17 | /// This function is intended to be used only in tests. It prints diagnostics to stderr |
| 18 | 18 | /// and then aborts when actual_error_union is not expected_error. |