ReactOS 0.4.15-dev-7924-g5949c20
_HEAP_UCR_DESCRIPTOR Struct Reference

#include <heap.h>

Collaboration diagram for _HEAP_UCR_DESCRIPTOR:

Public Attributes

LIST_ENTRY ListEntry
 
LIST_ENTRY SegmentEntry
 
PVOID Address
 
SIZE_T Size
 

Detailed Description

Definition at line 276 of file heap.h.

Member Data Documentation

◆ Address

PVOID _HEAP_UCR_DESCRIPTOR::Address

◆ ListEntry

LIST_ENTRY _HEAP_UCR_DESCRIPTOR::ListEntry

◆ SegmentEntry

LIST_ENTRY _HEAP_UCR_DESCRIPTOR::SegmentEntry

Definition at line 279 of file heap.h.

Referenced by RtlpFindAndCommitPages(), and RtlpInsertUnCommittedPages().

◆ Size

SIZE_T _HEAP_UCR_DESCRIPTOR::Size

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