ReactOS 0.4.16-dev-91-g764881a
|
#include <heap.h>
Public Attributes | |
LIST_ENTRY | ListEntry |
LIST_ENTRY | SegmentEntry |
PVOID | Address |
SIZE_T | Size |
PVOID _HEAP_UCR_DESCRIPTOR::Address |
Definition at line 280 of file heap.h.
Referenced by RtlpDestroyUnCommittedRange(), RtlpFindAndCommitPages(), RtlpInsertUnCommittedPages(), and RtlpValidateHeapSegment().
LIST_ENTRY _HEAP_UCR_DESCRIPTOR::ListEntry |
Definition at line 278 of file heap.h.
Referenced by RtlpCreateUnCommittedRange(), RtlpDestroyUnCommittedRange(), and RtlpInitializeHeap().
LIST_ENTRY _HEAP_UCR_DESCRIPTOR::SegmentEntry |
Definition at line 279 of file heap.h.
Referenced by RtlpFindAndCommitPages(), and RtlpInsertUnCommittedPages().
SIZE_T _HEAP_UCR_DESCRIPTOR::Size |
Definition at line 281 of file heap.h.
Referenced by RtlpDestroyUnCommittedRange(), RtlpFindAndCommitPages(), RtlpInsertUnCommittedPages(), and RtlpValidateHeapSegment().