reduce arena size for small targets
From-SVN: r47065
This commit is contained in:
parent
22f86c323f
commit
f6b08fe890
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue