summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-slice-allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler-core/slang-slice-allocator.h')
-rw-r--r--source/compiler-core/slang-slice-allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler-core/slang-slice-allocator.h b/source/compiler-core/slang-slice-allocator.h
index e4ba9e907..a6f0cd5c1 100644
--- a/source/compiler-core/slang-slice-allocator.h
+++ b/source/compiler-core/slang-slice-allocator.h
@@ -97,7 +97,7 @@ struct SliceAllocator
void deallocateAll() { m_arena.deallocateAll(); }
SliceAllocator():
- m_arena(1024)
+ m_arena(2097152)
{
}
protected: