reduce arena size for small targets
From-SVN: r47065
This commit is contained in:
parent
22f86c323f
commit
f6b08fe890
@ -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…
Reference in New Issue
Block a user