ReactOS 0.4.16-dev-456-ga97fcf1
|
#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 63 of file kmt_test_kernel.h.
union { ... } _POOL_HEADER::@1620 |
union { ... } _POOL_HEADER::@1622 |
union { ... } _POOL_HEADER::@1837 |
union { ... } _POOL_HEADER::@1839 |
USHORT _POOL_HEADER::AllocatorBackTraceIndex |
Definition at line 95 of file kmt_test_kernel.h.
USHORT _POOL_HEADER::BlockSize |
Definition at line 77 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExpCheckPoolHeader().
USHORT _POOL_HEADER::PoolIndex |
Definition at line 76 of file kmt_test_kernel.h.
ULONG _POOL_HEADER::PoolTag |
Definition at line 91 of file kmt_test_kernel.h.
Referenced by ExpCheckPoolHeader().
USHORT _POOL_HEADER::PoolTagHash |
Definition at line 96 of file kmt_test_kernel.h.
USHORT _POOL_HEADER::PoolType |
Definition at line 78 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().
USHORT _POOL_HEADER::PreviousSize |
Definition at line 75 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExpCheckPoolHeader().
ULONG _POOL_HEADER::Ulong1 |
Definition at line 81 of file kmt_test_kernel.h.
Referenced by ExAllocatePoolWithTag().