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
41 lines
576 B
#ifndef _PHYSMEM_H_INCLUDED_
|
|
#define _PHYSMEM_H_INCLUDED_
|
|
|
|
VOID
|
|
StressAllocateContiguousMemory (
|
|
PVOID NotUsed
|
|
);
|
|
|
|
VOID
|
|
StressAllocateCommonBuffer (
|
|
PVOID NotUsed
|
|
);
|
|
|
|
VOID
|
|
EditPhysicalMemoryParameters (
|
|
);
|
|
|
|
VOID
|
|
StressAddPhysicalMemory (
|
|
PVOID NotUsed
|
|
);
|
|
|
|
VOID
|
|
StressDeletePhysicalMemory (
|
|
PVOID NotUsed
|
|
);
|
|
|
|
VOID
|
|
StressLockScenario (
|
|
PVOID NotUsed
|
|
);
|
|
|
|
VOID
|
|
StressPhysicalMemorySimple (
|
|
PVOID NotUsed
|
|
);
|
|
|
|
extern LARGE_INTEGER BuggyOneSecond;
|
|
|
|
#endif // #ifndef _PHYSMEM_H_INCLUDED_
|
|
|