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.

41 lines
576 B

  1. #ifndef _PHYSMEM_H_INCLUDED_
  2. #define _PHYSMEM_H_INCLUDED_
  3. VOID
  4. StressAllocateContiguousMemory (
  5. PVOID NotUsed
  6. );
  7. VOID
  8. StressAllocateCommonBuffer (
  9. PVOID NotUsed
  10. );
  11. VOID
  12. EditPhysicalMemoryParameters (
  13. );
  14. VOID
  15. StressAddPhysicalMemory (
  16. PVOID NotUsed
  17. );
  18. VOID
  19. StressDeletePhysicalMemory (
  20. PVOID NotUsed
  21. );
  22. VOID
  23. StressLockScenario (
  24. PVOID NotUsed
  25. );
  26. VOID
  27. StressPhysicalMemorySimple (
  28. PVOID NotUsed
  29. );
  30. extern LARGE_INTEGER BuggyOneSecond;
  31. #endif // #ifndef _PHYSMEM_H_INCLUDED_