Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

_POOL_DESCRIPTOR Struct Reference

#include <pool.h>

List of all members.

Public Attributes

POOL_TYPE PoolType
ULONG TotalPages
ULONG Threshold
PVOID LockAddress
POOL_LIST_HEAD ListHeads [POOL_LIST_HEADS]
ULONG PoolIndex
ULONG RunningAllocs
ULONG RunningDeAllocs
ULONG TotalBigPages
LIST_ENTRY ListHeads [POOL_LIST_HEADS]


Member Data Documentation

LIST_ENTRY _POOL_DESCRIPTOR::ListHeads[POOL_LIST_HEADS]
 

Definition at line 126 of file pool.h.

POOL_LIST_HEAD _POOL_DESCRIPTOR::ListHeads[POOL_LIST_HEADS]
 

Definition at line 100 of file poolhack.c.

Referenced by ExAllocatePool(), ExAllocatePoolWithTag(), ExFreePoolWithTag(), and InitializePool().

PVOID _POOL_DESCRIPTOR::LockAddress
 

Definition at line 125 of file pool.h.

Referenced by ExAllocatePool(), ExAllocatePoolWithTag(), ExFreePool(), ExLockPool(), and InitializePool().

ULONG _POOL_DESCRIPTOR::PoolIndex
 

Definition at line 119 of file pool.h.

Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().

POOL_TYPE _POOL_DESCRIPTOR::PoolType
 

Definition at line 118 of file pool.h.

Referenced by InitializePool().

ULONG _POOL_DESCRIPTOR::RunningAllocs
 

Definition at line 120 of file pool.h.

Referenced by ExAllocatePoolWithTag().

ULONG _POOL_DESCRIPTOR::RunningDeAllocs
 

Definition at line 121 of file pool.h.

Referenced by ExFreePoolWithTag().

ULONG _POOL_DESCRIPTOR::Threshold
 

Definition at line 124 of file pool.h.

Referenced by InitializePool().

ULONG _POOL_DESCRIPTOR::TotalBigPages
 

Definition at line 123 of file pool.h.

Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), MiAllocatePoolPages(), and MiFindContiguousMemory().

ULONG _POOL_DESCRIPTOR::TotalPages
 

Definition at line 122 of file pool.h.

Referenced by ExAllocatePoolWithTag(), ExFreePoolWithTag(), InitializePool(), and MiAllocatePoolPages().


The documentation for this struct was generated from the following files:
Generated on Sat May 15 19:46:23 2004 for test by doxygen 1.3.7