kernel32/tests: Reserve some more memory for the environment.
This commit is contained in:
parent
8bb10f1082
commit
6fa6cc7e83
@ -47,7 +47,7 @@ static char** myARGV;
|
|||||||
|
|
||||||
/* ---------------- portable memory allocation thingie */
|
/* ---------------- portable memory allocation thingie */
|
||||||
|
|
||||||
static char memory[1024*32];
|
static char memory[1024*256];
|
||||||
static char* memory_index = memory;
|
static char* memory_index = memory;
|
||||||
|
|
||||||
static char* grab_memory(size_t len)
|
static char* grab_memory(size_t len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user