OUT_OF_MEMORY
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
out_of_memory - kill the ``best'' process when we run out of memory
SYNOPSIS
"SYNOPSIS"
void out_of_memory (unsigned int __nocast gfp_mask, int order);
ARGUMENTS
- gfp_mask
-
-- undescribed --
- order
-
-- undescribed --
DESCRIPTION
If we run out of memory, we have the choice between either
killing a random task (bad), letting the system crash (worse)
OR try to be smart about which process to kill. Note that we
don't have to be perfect here, we just have to be good.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:35 GMT, October 09, 2005