ReactOS 0.4.15-dev-7842-g558ab78
_SYSTEM_POOL_ENTRY Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_POOL_ENTRY:

Public Attributes

BOOLEAN Allocated
 
BOOLEAN Spare0
 
USHORT AllocatorBackTraceIndex
 
ULONG Size
 
union {
   UCHAR   Tag [4]
 
   ULONG   TagUlong
 
   PVOID   ProcessChargedQuota
 
}; 
 

Detailed Description

Definition at line 993 of file extypes.h.

Member Data Documentation

◆ 

union { ... } _SYSTEM_POOL_ENTRY::@2424

◆ Allocated

BOOLEAN _SYSTEM_POOL_ENTRY::Allocated

Definition at line 995 of file extypes.h.

◆ AllocatorBackTraceIndex

USHORT _SYSTEM_POOL_ENTRY::AllocatorBackTraceIndex

Definition at line 997 of file extypes.h.

◆ ProcessChargedQuota

PVOID _SYSTEM_POOL_ENTRY::ProcessChargedQuota

Definition at line 1003 of file extypes.h.

◆ Size

ULONG _SYSTEM_POOL_ENTRY::Size

Definition at line 998 of file extypes.h.

◆ Spare0

BOOLEAN _SYSTEM_POOL_ENTRY::Spare0

Definition at line 996 of file extypes.h.

◆ Tag

UCHAR _SYSTEM_POOL_ENTRY::Tag[4]

Definition at line 1001 of file extypes.h.

◆ TagUlong

ULONG _SYSTEM_POOL_ENTRY::TagUlong

Definition at line 1002 of file extypes.h.


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