|
ReactOS 0.4.17-dev-218-g5635d24
|
#include <heap.h>

Public Attributes | |
| LIST_ENTRY | ListEntry |
| LIST_ENTRY | SegmentEntry |
| PVOID | Address |
| SIZE_T | Size |
| PVOID _HEAP_UCR_DESCRIPTOR::Address |
Definition at line 288 of file heap.h.
Referenced by RtlpDestroyUnCommittedRange(), RtlpFindAndCommitPages(), RtlpInsertUnCommittedPages(), and RtlpValidateHeapSegment().
| LIST_ENTRY _HEAP_UCR_DESCRIPTOR::ListEntry |
Definition at line 286 of file heap.h.
Referenced by RtlpCreateUnCommittedRange(), RtlpDestroyUnCommittedRange(), and RtlpInitializeHeap().
| LIST_ENTRY _HEAP_UCR_DESCRIPTOR::SegmentEntry |
Definition at line 287 of file heap.h.
Referenced by RtlpFindAndCommitPages(), and RtlpInsertUnCommittedPages().
| SIZE_T _HEAP_UCR_DESCRIPTOR::Size |
Definition at line 289 of file heap.h.
Referenced by RtlpDestroyUnCommittedRange(), RtlpFindAndCommitPages(), RtlpInsertUnCommittedPages(), and RtlpValidateHeapSegment().