Fix 'Out of memory' message on machines with more than 4Gb free RAM (issue 182)
git-svn-id: svn://pulkomandy.tk/GrafX2/branches/release@880 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
cc4e60954f
commit
164b538725
2
pages.c
2
pages.c
@ -414,7 +414,7 @@ int New_page_is_possible(
|
|||||||
T_List_of_pages * secondary_list
|
T_List_of_pages * secondary_list
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
unsigned long mem_available_now;
|
long long mem_available_now;
|
||||||
unsigned long current_list_size;
|
unsigned long current_list_size;
|
||||||
unsigned long spare_list_size;
|
unsigned long spare_list_size;
|
||||||
unsigned long current_page_size;
|
unsigned long current_page_size;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user