ReactOS 0.4.15-dev-7953-g1f49173
_HEAP_UCR_SEGMENT Struct Reference

#include <heap.h>

Collaboration diagram for _HEAP_UCR_SEGMENT:

Public Attributes

LIST_ENTRY ListEntry
 
SIZE_T ReservedSize
 
SIZE_T CommittedSize
 

Detailed Description

Definition at line 284 of file heap.h.

Member Data Documentation

◆ CommittedSize

SIZE_T _HEAP_UCR_SEGMENT::CommittedSize

Definition at line 288 of file heap.h.

Referenced by RtlpCreateUnCommittedRange().

◆ ListEntry

LIST_ENTRY _HEAP_UCR_SEGMENT::ListEntry

Definition at line 286 of file heap.h.

◆ ReservedSize

SIZE_T _HEAP_UCR_SEGMENT::ReservedSize

Definition at line 287 of file heap.h.

Referenced by RtlpCreateUnCommittedRange().


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