ReactOS 0.4.16-dev-1946-g52006dd
_POOL_HEADER Struct Reference

#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
 
   } 
 
}; 
 

Detailed Description

Definition at line 70 of file kmt_test_kernel.h.

Member Data Documentation

◆ 

union { ... } _POOL_HEADER::@1735

◆ 

union { ... } _POOL_HEADER::@1737

◆ 

union { ... } _POOL_HEADER::@1961

◆ 

union { ... } _POOL_HEADER::@1963

◆ AllocatorBackTraceIndex

USHORT _POOL_HEADER::AllocatorBackTraceIndex

Definition at line 102 of file kmt_test_kernel.h.

◆ BlockSize

USHORT _POOL_HEADER::BlockSize

Definition at line 84 of file kmt_test_kernel.h.

Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExpCheckPoolHeader().

◆ PoolIndex

USHORT _POOL_HEADER::PoolIndex

Definition at line 83 of file kmt_test_kernel.h.

◆ PoolTag

ULONG _POOL_HEADER::PoolTag

Definition at line 98 of file kmt_test_kernel.h.

Referenced by ExpCheckPoolHeader().

◆ PoolTagHash

USHORT _POOL_HEADER::PoolTagHash

Definition at line 103 of file kmt_test_kernel.h.

◆ PoolType

USHORT _POOL_HEADER::PoolType

Definition at line 85 of file kmt_test_kernel.h.

Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().

◆ PreviousSize

USHORT _POOL_HEADER::PreviousSize

Definition at line 82 of file kmt_test_kernel.h.

Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), and ExpCheckPoolHeader().

◆ Ulong1

ULONG _POOL_HEADER::Ulong1

Definition at line 88 of file kmt_test_kernel.h.

Referenced by ExAllocatePoolWithTag().


The documentation for this struct was generated from the following files: