There was an error while loading. Please reload this page.
1 parent a33d8fc commit b99e6d2Copy full SHA for b99e6d2
1 file changed
Source/Core/Common/MemArena.h
@@ -161,7 +161,7 @@ class MemArena final
161
class LazyMemoryRegion final
162
{
163
public:
164
- constexpr static size_t WINDOWS_BLOCK_SIZE = 8 * 1024 * 1024; // size of allocated memory blocks
+ constexpr static size_t WINDOWS_BLOCK_SIZE = 1024 * 1024; // size of allocated memory blocks
165
166
LazyMemoryRegion();
167
~LazyMemoryRegion();
0 commit comments