ReactOS 0.4.15-dev-7991-ge77da17
_POOL_DESCRIPTOR Struct Reference

#include <miarm.h>

Collaboration diagram for _POOL_DESCRIPTOR:

Public Attributes

POOL_TYPE PoolType
 
ULONG PoolIndex
 
ULONG RunningAllocs
 
ULONG RunningDeAllocs
 
ULONG TotalPages
 
ULONG TotalBigPages
 
ULONG Threshold
 
PVOID LockAddress
 
PVOID PendingFrees
 
LONG PendingFreeDepth
 
SIZE_T TotalBytes
 
SIZE_T Spare0
 
LIST_ENTRY ListHeads [POOL_LISTS_PER_PAGE]
 

Detailed Description

Definition at line 309 of file miarm.h.

Member Data Documentation

◆ ListHeads

LIST_ENTRY _POOL_DESCRIPTOR::ListHeads[POOL_LISTS_PER_PAGE]

Definition at line 323 of file miarm.h.

Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().

◆ LockAddress

PVOID _POOL_DESCRIPTOR::LockAddress

Definition at line 318 of file miarm.h.

◆ PendingFreeDepth

LONG _POOL_DESCRIPTOR::PendingFreeDepth

Definition at line 320 of file miarm.h.

◆ PendingFrees

PVOID _POOL_DESCRIPTOR::PendingFrees

Definition at line 319 of file miarm.h.

◆ PoolIndex

ULONG _POOL_DESCRIPTOR::PoolIndex

Definition at line 312 of file miarm.h.

◆ PoolType

POOL_TYPE _POOL_DESCRIPTOR::PoolType

Definition at line 311 of file miarm.h.

◆ RunningAllocs

ULONG _POOL_DESCRIPTOR::RunningAllocs

Definition at line 313 of file miarm.h.

Referenced by ExAllocatePoolWithTag(), and ExQueryPoolUsage().

◆ RunningDeAllocs

ULONG _POOL_DESCRIPTOR::RunningDeAllocs

Definition at line 314 of file miarm.h.

Referenced by ExFreePoolWithTag(), and ExQueryPoolUsage().

◆ Spare0

SIZE_T _POOL_DESCRIPTOR::Spare0

Definition at line 322 of file miarm.h.

◆ Threshold

ULONG _POOL_DESCRIPTOR::Threshold

Definition at line 317 of file miarm.h.

◆ TotalBigPages

ULONG _POOL_DESCRIPTOR::TotalBigPages

Definition at line 316 of file miarm.h.

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

◆ TotalBytes

SIZE_T _POOL_DESCRIPTOR::TotalBytes

Definition at line 321 of file miarm.h.

Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().

◆ TotalPages

ULONG _POOL_DESCRIPTOR::TotalPages

Definition at line 315 of file miarm.h.

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


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