OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:working_size
(Results
1 - 1
of
1
) sorted by null
/external/quake/quake/src/WinQuake/
sys_dos.cpp
210
int
working_size
;
local
237
working_size
= meminfo.maximum_locked_page_allocation_in_pages * 4096;
241
working_size
= meminfo.largest_available_free_block_in_bytes -
245
working_size
&= ~0xffff; /* Round down to 64K */
246
working_size
+= 0x10000;
250
working_size
-= 0x10000; /* Decrease 64K and try again */
251
working_memory = sbrk(
working_size
);
259
working_size
+= extra;
272
working_size
-= 0x1000;
337
working_size
= info.address - (int)working_memory;
[
all
...]
Completed in 527 milliseconds