|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <kmt_test_kernel.h>
Public Attributes | |
| union { | |
| struct { | |
| USHORT PreviousSize:9 | |
| USHORT PoolIndex:7 | |
| USHORT BlockSize:9 | |
| USHORT PoolType:7 | |
| } | |
| ULONG Ulong1 | |
| }; | |
| union { | |
| ULONG PoolTag | |
| struct { | |
| USHORT AllocatorBackTraceIndex | |
| USHORT PoolTagHash | |
| } | |
| }; | |
| union { | |
| struct { | |
| USHORT PreviousSize:9 | |
| USHORT PoolIndex:7 | |
| USHORT BlockSize:9 | |
| USHORT PoolType:7 | |
| } | |
| ULONG Ulong1 | |
| }; | |
| union { | |
| ULONG PoolTag | |
| struct { | |
| USHORT AllocatorBackTraceIndex | |
| USHORT PoolTagHash | |
| } | |
| }; | |
Definition at line 70 of file kmt_test_kernel.h.
| union { ... } _POOL_HEADER::@1735 |
| union { ... } _POOL_HEADER::@1737 |
| union { ... } _POOL_HEADER::@1961 |
| union { ... } _POOL_HEADER::@1963 |
| USHORT _POOL_HEADER::AllocatorBackTraceIndex |
Definition at line 102 of file kmt_test_kernel.h.
| USHORT _POOL_HEADER::BlockSize |
Definition at line 84 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExpCheckPoolHeader().
| USHORT _POOL_HEADER::PoolIndex |
Definition at line 83 of file kmt_test_kernel.h.
| ULONG _POOL_HEADER::PoolTag |
Definition at line 98 of file kmt_test_kernel.h.
Referenced by ExpCheckPoolHeader().
| USHORT _POOL_HEADER::PoolTagHash |
Definition at line 103 of file kmt_test_kernel.h.
| USHORT _POOL_HEADER::PoolType |
Definition at line 85 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
| USHORT _POOL_HEADER::PreviousSize |
Definition at line 82 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExpCheckPoolHeader().
| ULONG _POOL_HEADER::Ulong1 |
Definition at line 88 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag().