ReactOS 0.4.15-dev-8636-g945e856
|
Go to the source code of this file.
Macros | |
#define | RUNS 32 |
Functions | |
static VOID | ValidateAllocations (VOID) |
static PVOID | Allocate (SIZE_T DataSize) |
static VOID | Free (PVOID UserBuffer) |
static PVOID | ReAllocate (PVOID OldUserBuffer, SIZE_T NewDataSize) |
static VOID | AccessMemory1 (PVOID UserBuffer, SIZE_T DataSize) |
static BOOLEAN | CheckMemory1 (PVOID UserBuffer, SIZE_T DataSize) |
static VOID | AccessMemory2 (PVOID UserBuffer, SIZE_T DataSize) |
static BOOLEAN | CheckMemory2 (PVOID UserBuffer, SIZE_T DataSize) |
VOID | CheckSize (ULONG_PTR Base, SIZE_T InSize, SIZE_T ExpectedSize) |
VOID | CheckAlignment () |
static VOID | CheckAdjacentVADs () |
static VOID | CheckSomeDefaultAddresses (VOID) |
START_TEST (NtAllocateVirtualMemory) | |
Variables | |
static PVOID | Allocations [4096] = { NULL } |
static ULONG | CurrentAllocation = 0 |
#define RUNS 32 |
Definition at line 747 of file NtAllocateVirtualMemory.c.
Definition at line 143 of file NtAllocateVirtualMemory.c.
Referenced by START_TEST().
Definition at line 45 of file NtAllocateVirtualMemory.c.
|
static |
Definition at line 366 of file NtAllocateVirtualMemory.c.
Referenced by START_TEST().
VOID CheckAlignment | ( | ) |
Definition at line 229 of file NtAllocateVirtualMemory.c.
Referenced by PPBridge_SaveCurrentSettings(), and START_TEST().
Definition at line 156 of file NtAllocateVirtualMemory.c.
Referenced by START_TEST().
Definition at line 188 of file NtAllocateVirtualMemory.c.
Referenced by START_TEST().
Definition at line 206 of file NtAllocateVirtualMemory.c.
Referenced by CheckAlignment().
Definition at line 572 of file NtAllocateVirtualMemory.c.
Referenced by START_TEST().
Definition at line 88 of file NtAllocateVirtualMemory.c.
Definition at line 123 of file NtAllocateVirtualMemory.c.
Referenced by START_TEST().
START_TEST | ( | NtAllocateVirtualMemory | ) |
Definition at line 749 of file NtAllocateVirtualMemory.c.
Definition at line 20 of file NtAllocateVirtualMemory.c.
Referenced by Allocate(), and Free().
Definition at line 15 of file NtAllocateVirtualMemory.c.
Referenced by Allocate(), Free(), and ValidateAllocations().
|
static |
Definition at line 16 of file NtAllocateVirtualMemory.c.
Referenced by Allocate(), Free(), and ValidateAllocations().