aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/cxx/hybrid/allocator/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/allocator/driver.cxx b/examples/cxx/hybrid/allocator/driver.cxx
index 933784e..a3d91a8 100644
--- a/examples/cxx/hybrid/allocator/driver.cxx
+++ b/examples/cxx/hybrid/allocator/driver.cxx
@@ -74,7 +74,7 @@ main (int argc, char* argv[])
// Set up the memory pool.
//
- char pool[65536 * 2];
+ char pool[20480];
arena ar (pool, sizeof (pool));
xsde_arena = &ar;