Commit f6b08fe8 by Jason Merrill

reduce arena size for small targets

From-SVN: r47065
parent 22f86c32
......@@ -4,7 +4,7 @@
// Check we can throw a bad_alloc exception when malloc dies
static __SIZE_TYPE__ arena[32767]; // so things can initialize
static __SIZE_TYPE__ arena[64]; // so things can initialize
static int fail;
static unsigned pos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment