| author | |
| committer | |
| log | 766547dbfeffcc05ed41423ee84a546b1dd07fb7 |
| tree | 93df50cde6d4449999ad625204a98f7893005c5e |
| parent | 5989b88352c472cd146f7205cd46927bfded1108 |
See #4671 files changed, 1 insertions(+), 1 deletions(-)
std/special/build_runner.zig+1-1| ... | ... | @@ -43,7 +43,7 @@ pub fn main() -> %void { |
| 43 | 43 | }; |
| 44 | 44 | |
| 45 | 45 | // TODO use a more general purpose allocator here |
| 46 | var inc_allocator = %%mem.IncrementingAllocator.init(10 * 1024 * 1024); | |
| 46 | var inc_allocator = %%mem.IncrementingAllocator.init(20 * 1024 * 1024); | |
| 47 | 47 | defer inc_allocator.deinit(); |
| 48 | 48 | |
| 49 | 49 | const allocator = &inc_allocator.allocator; |