Merge branch '4.0.11-patches' of https://bitbucket.org/4coder/4coder
This commit is contained in:
commit
f006fed643
|
@ -120,8 +120,8 @@ static General_Memory global_general;
|
||||||
|
|
||||||
void
|
void
|
||||||
init_memory(Application_Links *app){
|
init_memory(Application_Links *app){
|
||||||
int32_t part_size = (1 << 20);
|
int32_t part_size = (32 << 20);
|
||||||
int32_t general_size = (1 << 20);
|
int32_t general_size = (4 << 20);
|
||||||
|
|
||||||
|
|
||||||
void *part_mem = memory_allocate(app, part_size);
|
void *part_mem = memory_allocate(app, part_size);
|
||||||
|
|
Loading…
Reference in New Issue