ReactOS 0.4.17-dev-243-g1369312
_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 292 of file heap.h.

Member Data Documentation

◆ CommittedSize

SIZE_T _HEAP_UCR_SEGMENT::CommittedSize

Definition at line 296 of file heap.h.

Referenced by RtlpCreateUnCommittedRange().

◆ ListEntry

LIST_ENTRY _HEAP_UCR_SEGMENT::ListEntry

Definition at line 294 of file heap.h.

◆ ReservedSize

SIZE_T _HEAP_UCR_SEGMENT::ReservedSize

Definition at line 295 of file heap.h.

Referenced by RtlpCreateUnCommittedRange().


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