Source code of Windows XP (NT5)
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
718 B

  1. //
  2. // Universal Resource Consumer: Just an innocent stress program
  3. // Copyright (c) Microsoft Corporation, 1997, 1998, 1999
  4. //
  5. //
  6. // header: pagefile.hxx
  7. // author: silviuc
  8. // created: Fri Apr 10 16:02:52 1998
  9. //
  10. #ifndef _PAGEFILE_HXX_INCLUDED_
  11. #define _PAGEFILE_HXX_INCLUDED_
  12. //
  13. // Function:
  14. //
  15. // ConsumeAllPageFile
  16. //
  17. // Description:
  18. //
  19. // This function consumes as much page file as possible.
  20. // It remains active as a consumer of the page file. Whenever
  21. // it cannot allocate anymore it sleeps for a while then tries
  22. // again.
  23. //
  24. void ConsumeAllPageFile ();
  25. // ...
  26. #endif // #ifndef _PAGEFILE_HXX_INCLUDED_
  27. //
  28. // end of header: pagefile.hxx
  29. //