Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
753 B

//
// Universal Resource Consumer: Just an innocent stress program
// Copyright (c) Microsoft Corporation, 1997, 1998, 1999
//
//
// header: pagefile.hxx
// author: silviuc
// created: Fri Apr 10 16:02:52 1998
//
#ifndef _PAGEFILE_HXX_INCLUDED_
#define _PAGEFILE_HXX_INCLUDED_
//
// Function:
//
// ConsumeAllPageFile
//
// Description:
//
// This function consumes as much page file as possible.
// It remains active as a consumer of the page file. Whenever
// it cannot allocate anymore it sleeps for a while then tries
// again.
//
void ConsumeAllPageFile ();
// ...
#endif // #ifndef _PAGEFILE_HXX_INCLUDED_
//
// end of header: pagefile.hxx
//