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.

33 lines
563 B

  1. //
  2. // Universal Resource Consumer: Just an innocent stress program
  3. // Copyright (c) Microsoft Corporation, 1997, 1998, 1999
  4. //
  5. //
  6. // header: pool.hxx
  7. // author: silviuc
  8. // created: Fri Apr 10 17:02:32 1998
  9. //
  10. #ifndef _POOL_HXX_INCLUDED_
  11. #define _POOL_HXX_INCLUDED_
  12. //
  13. // Function:
  14. //
  15. // ConsumeAllNonpagedPool
  16. //
  17. // Description:
  18. //
  19. // This function consumes as much non paged pool as possible.
  20. //
  21. void
  22. ConsumeAllNonpagedPool ();
  23. // ...
  24. #endif // #ifndef _POOL_HXX_INCLUDED_
  25. //
  26. // end of header: pool.hxx
  27. //