ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Classes | |
struct | _DPH_BLOCK_INFORMATION |
struct | _DPH_HEAP_BLOCK |
struct | _DPH_HEAP_ROOT |
Typedefs | |
typedef struct _DPH_BLOCK_INFORMATION | DPH_BLOCK_INFORMATION |
typedef struct _DPH_BLOCK_INFORMATION * | PDPH_BLOCK_INFORMATION |
typedef struct _DPH_HEAP_BLOCK | DPH_HEAP_BLOCK |
typedef struct _DPH_HEAP_BLOCK * | PDPH_HEAP_BLOCK |
typedef struct _DPH_HEAP_ROOT | DPH_HEAP_ROOT |
typedef struct _DPH_HEAP_ROOT * | PDPH_HEAP_ROOT |
#define DPH_BREAK_ON_COMMIT_FAIL 0x02 |
Definition at line 140 of file heappage.c.
#define DPH_BREAK_ON_FREE_FAIL 0x08 |
Definition at line 142 of file heappage.c.
#define DPH_BREAK_ON_NULL_FREE 0x80 |
Definition at line 144 of file heappage.c.
#define DPH_BREAK_ON_PROTECT_FAIL 0x10 |
Definition at line 143 of file heappage.c.
#define DPH_BREAK_ON_RELEASE_FAIL 0x04 |
Definition at line 141 of file heappage.c.
#define DPH_BREAK_ON_RESERVE_FAIL 0x01 |
Definition at line 139 of file heappage.c.
#define DPH_DEBUG_INTERNAL_VALIDATE 0x01 |
Definition at line 147 of file heappage.c.
#define DPH_DEBUG_VERBOSE 0x04 |
Definition at line 148 of file heappage.c.
#define DPH_EXTRA_CHECK_UNDERRUN 0x10 |
Definition at line 152 of file heappage.c.
#define DPH_EXTRA_LOG_STACK_TRACES 0x02 |
Definition at line 151 of file heappage.c.
#define DPH_FILL 0xEEEEEEEE |
Definition at line 155 of file heappage.c.
#define DPH_FILL_END_STAMP_1 0xDCBABBBB |
Definition at line 158 of file heappage.c.
#define DPH_FILL_END_STAMP_2 0xDCBABBBA |
Definition at line 159 of file heappage.c.
#define DPH_FILL_INFIX 0xC0 |
Definition at line 161 of file heappage.c.
#define DPH_FILL_START_STAMP_1 0xABCDBBBB |
Definition at line 156 of file heappage.c.
#define DPH_FILL_START_STAMP_2 0xABCDBBBA |
Definition at line 157 of file heappage.c.
#define DPH_FILL_SUFFIX 0xD0 |
Definition at line 160 of file heappage.c.
#define DPH_FREE_LIST_MINIMUM 8 |
Definition at line 136 of file heappage.c.
#define DPH_POOL_SIZE 0x4000 |
Definition at line 135 of file heappage.c.
#define DPH_RESERVE_SIZE 0x100000 |
Definition at line 134 of file heappage.c.
#define DPH_SIGNATURE 0xFFEEDDCC |
Definition at line 176 of file heappage.c.
#define DPH_VALINFO_1 0x40 |
Definition at line 170 of file heappage.c.
#define DPH_VALINFO_ALREADY_FREED 0x100 |
Definition at line 172 of file heappage.c.
#define DPH_VALINFO_BAD_END_STAMP 0x02 |
Definition at line 165 of file heappage.c.
#define DPH_VALINFO_BAD_INFIX_PATTERN 0x80 |
Definition at line 171 of file heappage.c.
#define DPH_VALINFO_BAD_POINTER 0x04 |
Definition at line 166 of file heappage.c.
#define DPH_VALINFO_BAD_PREFIX_PATTERN 0x08 |
Definition at line 167 of file heappage.c.
#define DPH_VALINFO_BAD_START_STAMP 0x01 |
Definition at line 164 of file heappage.c.
#define DPH_VALINFO_BAD_SUFFIX_PATTERN 0x10 |
Definition at line 168 of file heappage.c.
#define DPH_VALINFO_CORRUPTED_AFTER_FREE 0x200 |
Definition at line 173 of file heappage.c.
#define DPH_VALINFO_EXCEPTION 0x20 |
Definition at line 169 of file heappage.c.
#define NDEBUG |
Definition at line 20 of file heappage.c.
Definition at line 180 of file heappage.c.
typedef struct _DPH_HEAP_BLOCK DPH_HEAP_BLOCK |
typedef struct _DPH_HEAP_ROOT DPH_HEAP_ROOT |
typedef struct _DPH_HEAP_BLOCK * PDPH_HEAP_BLOCK |
typedef struct _DPH_HEAP_ROOT * PDPH_HEAP_ROOT |
Definition at line 2351 of file heappage.c.
Referenced by RtlValidateHeap().
VOID NTAPI RtlpDphAddNewPool | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | NodeBlock, | ||
PVOID | Virtual, | ||
SIZE_T | Size, | ||
BOOLEAN | PlaceOnPool | ||
) |
Definition at line 825 of file heappage.c.
Referenced by RtlpDphAllocateNode(), and RtlpPageHeapCreate().
PDPH_HEAP_BLOCK NTAPI RtlpDphAllocateNode | ( | PDPH_HEAP_ROOT | DphRoot | ) |
Definition at line 1014 of file heappage.c.
Referenced by RtlpDphGrowVirtual(), RtlpPageHeapAllocate(), and RtlpPageHeapCreate().
Definition at line 1202 of file heappage.c.
Referenced by RtlpPageHeapCreate().
Definition at line 342 of file heappage.c.
Referenced by RtlpDphAllocateNode(), RtlpDphGrowVirtual(), and RtlpPageHeapCreate().
VOID NTAPI RtlpDphCoalesceFreeIntoAvailable | ( | PDPH_HEAP_ROOT | DphRoot, |
ULONG | LeaveOnFreeList | ||
) |
Definition at line 794 of file heappage.c.
Referenced by RtlpDphFindAvailableMemory().
VOID NTAPI RtlpDphCoalesceNodeIntoAvailable | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 680 of file heappage.c.
Referenced by RtlpDphAllocateNode(), RtlpDphCoalesceFreeIntoAvailable(), RtlpDphGrowVirtual(), and RtlpPageHeapCreate().
RTL_GENERIC_COMPARE_RESULTS NTAPI RtlpDphCompareNodeForTable | ( | IN PRTL_AVL_TABLE | Table, |
IN PVOID | FirstStruct, | ||
IN PVOID | SecondStruct | ||
) |
Definition at line 1183 of file heappage.c.
Referenced by RtlpPageHeapCreate().
VOID NTAPI RtlpDphEnterCriticalSection | ( | PDPH_HEAP_ROOT | DphRoot, |
ULONG | Flags | ||
) |
Definition at line 261 of file heappage.c.
Referenced by RtlpDphPreProcessing(), and RtlpPageHeapLock().
PDPH_HEAP_BLOCK NTAPI RtlpDphFindAvailableMemory | ( | PDPH_HEAP_ROOT | DphRoot, |
SIZE_T | Size, | ||
BOOLEAN | Grow | ||
) |
Definition at line 904 of file heappage.c.
Referenced by RtlpDphAllocateNode(), and RtlpPageHeapAllocate().
PDPH_HEAP_BLOCK NTAPI RtlpDphFindBusyMemory | ( | PDPH_HEAP_ROOT | DphRoot, |
PVOID | pUserMem | ||
) |
Definition at line 960 of file heappage.c.
Referenced by RtlpDebugPageHeapValidate(), RtlpPageHeapFree(), RtlpPageHeapGetUserInfo(), RtlpPageHeapReAllocate(), RtlpPageHeapSetUserFlags(), RtlpPageHeapSetUserValue(), and RtlpPageHeapSize().
VOID NTAPI RtlpDphFreeDelayedBlocksFromHeap | ( | PDPH_HEAP_ROOT | DphRoot, |
PHEAP | NormalHeap | ||
) |
Definition at line 1254 of file heappage.c.
Referenced by RtlpPageHeapDestroy().
Definition at line 1223 of file heappage.c.
Referenced by RtlpPageHeapCreate().
Definition at line 381 of file heappage.c.
Referenced by RtlpPageHeapDestroy().
Definition at line 246 of file heappage.c.
Referenced by RtlpDphReportCorruptedBlock().
BOOLEAN NTAPI RtlpDphGrowVirtual | ( | PDPH_HEAP_ROOT | DphRoot, |
SIZE_T | Size | ||
) |
Definition at line 1124 of file heappage.c.
Referenced by RtlpDphFindAvailableMemory().
PVOID NTAPI RtlpDphHeapFromPointer | ( | PDPH_HEAP_ROOT | DphHeap | ) |
Definition at line 240 of file heappage.c.
Referenced by RtlpDphReportCorruptedBlock().
Definition at line 1230 of file heappage.c.
Referenced by RtlpDphProcessStartupInitialization().
VOID NTAPI RtlpDphInternalValidatePageHeap | ( | PDPH_HEAP_ROOT | DphRoot, |
PVOID | Address, | ||
ULONG | Value | ||
) |
Definition at line 1314 of file heappage.c.
Referenced by RtlpPageHeapAllocate(), RtlpPageHeapCreate(), RtlpPageHeapFree(), and RtlpPageHeapReAllocate().
BOOLEAN NTAPI RtlpDphIsNormalFreeHeapBlock | ( | PVOID | Block, |
PULONG | ValidationInformation, | ||
BOOLEAN | CheckFillers | ||
) |
Definition at line 1480 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap().
BOOLEAN NTAPI RtlpDphIsPageHeapBlock | ( | PDPH_HEAP_ROOT | DphRoot, |
PVOID | Block, | ||
PULONG | ValidationInformation, | ||
BOOLEAN | CheckFillers | ||
) |
Definition at line 1417 of file heappage.c.
Referenced by RtlpPageHeapDestroy(), RtlpPageHeapFree(), and RtlpPageHeapReAllocate().
VOID NTAPI RtlpDphLeaveCriticalSection | ( | PDPH_HEAP_ROOT | DphRoot | ) |
Definition at line 289 of file heappage.c.
Referenced by RtlpDphPostProcessing(), and RtlpPageHeapUnlock().
BOOLEAN NTAPI RtlpDphNormalHeapValidate | ( | PDPH_HEAP_ROOT | DphRoot, |
ULONG | Flags, | ||
PVOID | BaseAddress | ||
) |
Definition at line 2394 of file heappage.c.
Referenced by RtlpDebugPageHeapValidate().
VOID NTAPI RtlpDphPlaceOnBusyList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | DphNode | ||
) |
Definition at line 467 of file heappage.c.
Referenced by RtlpPageHeapAllocate(), and RtlpPageHeapReAllocate().
VOID NTAPI RtlpDphPlaceOnFreeList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 491 of file heappage.c.
Referenced by RtlpPageHeapFree(), and RtlpPageHeapReAllocate().
VOID NTAPI RtlpDphPlaceOnPoolList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 511 of file heappage.c.
Referenced by RtlpDphAddNewPool(), and RtlpPageHeapCreate().
VOID NTAPI RtlpDphPlaceOnVirtualList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 531 of file heappage.c.
Referenced by RtlpDphAllocateNode(), RtlpDphGrowVirtual(), and RtlpPageHeapCreate().
Definition at line 223 of file heappage.c.
Referenced by RtlpDebugPageHeapValidate(), RtlpPageHeapAllocate(), RtlpPageHeapDestroy(), RtlpPageHeapFree(), RtlpPageHeapGetUserInfo(), RtlpPageHeapLock(), RtlpPageHeapReAllocate(), RtlpPageHeapSetUserFlags(), RtlpPageHeapSetUserValue(), RtlpPageHeapSize(), and RtlpPageHeapUnlock().
VOID NTAPI RtlpDphPostProcessing | ( | PDPH_HEAP_ROOT | DphRoot | ) |
Definition at line 305 of file heappage.c.
Referenced by RtlpDebugPageHeapValidate(), RtlpPageHeapAllocate(), RtlpPageHeapFree(), RtlpPageHeapGetUserInfo(), RtlpPageHeapReAllocate(), RtlpPageHeapSetUserFlags(), RtlpPageHeapSetUserValue(), and RtlpPageHeapSize().
VOID NTAPI RtlpDphPreProcessing | ( | PDPH_HEAP_ROOT | DphRoot, |
ULONG | Flags | ||
) |
Definition at line 297 of file heappage.c.
Referenced by RtlpDebugPageHeapValidate(), RtlpPageHeapAllocate(), RtlpPageHeapDestroy(), RtlpPageHeapFree(), RtlpPageHeapGetUserInfo(), RtlpPageHeapReAllocate(), RtlpPageHeapSetUserFlags(), RtlpPageHeapSetUserValue(), and RtlpPageHeapSize().
Definition at line 1492 of file heappage.c.
Referenced by RtlpPageHeapCreate().
Definition at line 417 of file heappage.c.
Referenced by RtlpDphAllocateNode(), RtlpDphSetProtectionBeforeUse(), RtlpPageHeapCreate(), RtlpPageHeapFree(), and RtlpPageHeapReAllocate().
Definition at line 207 of file heappage.c.
Referenced by RtlpDphRaiseException(), RtlpPageHeapAllocate(), and RtlpPageHeapReAllocate().
VOID NTAPI RtlpDphRemoveFromAvailableList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 585 of file heappage.c.
Referenced by RtlpDphAllocateNode(), and RtlpPageHeapAllocate().
VOID NTAPI RtlpDphRemoveFromBusyList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 638 of file heappage.c.
Referenced by RtlpPageHeapFree(), and RtlpPageHeapReAllocate().
VOID NTAPI RtlpDphRemoveFromFreeList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node, | ||
PDPH_HEAP_BLOCK | Prev | ||
) |
Definition at line 656 of file heappage.c.
Referenced by RtlpDphCoalesceFreeIntoAvailable().
VOID NTAPI RtlpDphReportCorruptedBlock | ( | _In_ PDPH_HEAP_ROOT | DphRoot, |
_In_ ULONG | Reserved, | ||
_In_ PVOID | Block, | ||
_In_ ULONG | ValidationInfo | ||
) |
Definition at line 1326 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap(), RtlpPageHeapDestroy(), RtlpPageHeapFree(), and RtlpPageHeapReAllocate().
VOID NTAPI RtlpDphReturnNodeToUnusedList | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 569 of file heappage.c.
Referenced by RtlpDphAllocateNode(), RtlpDphCoalesceNodeIntoAvailable(), and RtlpDphGrowVirtual().
PDPH_HEAP_BLOCK NTAPI RtlpDphSearchAvailableMemoryListForBestFit | ( | PDPH_HEAP_ROOT | DphRoot, |
SIZE_T | Size | ||
) |
Definition at line 872 of file heappage.c.
Referenced by RtlpDphFindAvailableMemory().
NTSTATUS NTAPI RtlpDphSetProtectionAfterUse | ( | PDPH_HEAP_ROOT | DphRoot, |
PDPH_HEAP_BLOCK | Node | ||
) |
Definition at line 998 of file heappage.c.
NTSTATUS NTAPI RtlpDphSetProtectionBeforeUse | ( | PDPH_HEAP_ROOT | DphRoot, |
PUCHAR | VirtualBlock, | ||
ULONG | UserSize | ||
) |
Definition at line 977 of file heappage.c.
Referenced by RtlpPageHeapAllocate().
BOOLEAN NTAPI RtlpDphShouldAllocateInPageHeap | ( | PDPH_HEAP_ROOT | DphRoot, |
SIZE_T | Size | ||
) |
Definition at line 1524 of file heappage.c.
Referenced by RtlpPageHeapAllocate(), and RtlpPageHeapReAllocate().
PDPH_HEAP_BLOCK NTAPI RtlpDphTakeNodeFromUnusedList | ( | PDPH_HEAP_ROOT | DphRoot | ) |
Definition at line 547 of file heappage.c.
Referenced by RtlpDphAddNewPool(), and RtlpDphAllocateNode().
Definition at line 1307 of file heappage.c.
Referenced by RtlpDphProcessStartupInitialization().
VOID NTAPI RtlpDphVerifyIntegrity | ( | PDPH_HEAP_ROOT | DphRoot | ) |
Definition at line 1320 of file heappage.c.
Referenced by RtlpPageHeapAllocate().
BOOLEAN NTAPI RtlpDphWritePageHeapBlockInformation | ( | PDPH_HEAP_ROOT | DphRoot, |
PVOID | UserAllocation, | ||
SIZE_T | Size, | ||
SIZE_T | UserSize | ||
) |
Definition at line 441 of file heappage.c.
Referenced by RtlpPageHeapAllocate().
Definition at line 1758 of file heappage.c.
Referenced by RtlDebugAllocateHeap(), and RtlpPageHeapReAllocate().
HANDLE NTAPI RtlpPageHeapCreate | ( | ULONG | Flags, |
PVOID | Addr, | ||
SIZE_T | TotalSize, | ||
SIZE_T | CommitSize, | ||
PVOID | Lock, | ||
PRTL_HEAP_PARAMETERS | Parameters | ||
) |
Definition at line 1533 of file heappage.c.
Referenced by RtlCreateHeap().
Definition at line 1674 of file heappage.c.
Referenced by RtlDestroyHeap().
Definition at line 1923 of file heappage.c.
Referenced by RtlDebugFreeHeap().
BOOLEAN NTAPI RtlpPageHeapGetUserInfo | ( | PVOID | HeapHandle, |
ULONG | Flags, | ||
PVOID | BaseAddress, | ||
PVOID * | UserValue, | ||
PULONG | UserFlags | ||
) |
Definition at line 2185 of file heappage.c.
Referenced by RtlDebugGetUserInfoHeap().
Definition at line 2415 of file heappage.c.
Referenced by RtlLockHeap().
Definition at line 2015 of file heappage.c.
Referenced by RtlDebugReAllocateHeap().
BOOLEAN NTAPI RtlpPageHeapSetUserFlags | ( | PVOID | HeapHandle, |
ULONG | Flags, | ||
PVOID | BaseAddress, | ||
ULONG | UserFlagsReset, | ||
ULONG | UserFlagsSet | ||
) |
Definition at line 2268 of file heappage.c.
Referenced by RtlDebugSetUserFlagsHeap().
BOOLEAN NTAPI RtlpPageHeapSetUserValue | ( | PVOID | HeapHandle, |
ULONG | Flags, | ||
PVOID | BaseAddress, | ||
PVOID | UserValue | ||
) |
Definition at line 2227 of file heappage.c.
Referenced by RtlDebugSetUserValueHeap().
Definition at line 2310 of file heappage.c.
Referenced by RtlDebugSizeHeap().
Definition at line 2429 of file heappage.c.
Referenced by RtlUnlockHeap().
NTSTATUS NTAPI RtlpSecMemFreeVirtualMemory | ( | HANDLE | Process, |
PVOID * | Base, | ||
PSIZE_T | Size, | ||
ULONG | Type | ||
) |
Definition at line 319 of file heappage.c.
Referenced by RtlpDphFreeVm().
HEAP_LOCK _RtlpDphDelayedFreeQueueLock |
Definition at line 120 of file heappage.c.
HEAP_LOCK _RtlpDphPageHeapListLock |
Definition at line 115 of file heappage.c.
LONG RtlpDphAllocFails |
Definition at line 129 of file heappage.c.
Referenced by RtlpDphAllocateVm().
ULONG RtlpDphBreakOptions = 0 |
Definition at line 184 of file heappage.c.
Referenced by RtlpDphAllocateVm(), RtlpDphFreeVm(), RtlpDphProtectVm(), and RtlpPageHeapFree().
LONG RtlpDphCounter |
Definition at line 128 of file heappage.c.
Referenced by RtlpDphAllocateVm().
ULONG RtlpDphDebugOptions |
Definition at line 185 of file heappage.c.
Referenced by RtlpDphPostProcessing(), RtlpPageHeapAllocate(), RtlpPageHeapCreate(), RtlpPageHeapDestroy(), RtlpPageHeapFree(), and RtlpPageHeapReAllocate().
LIST_ENTRY RtlpDphDelayedFreeQueue |
Definition at line 122 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap(), and RtlpDphInitializeDelayedFreeQueue().
PHEAP_LOCK RtlpDphDelayedFreeQueueLock = &_RtlpDphDelayedFreeQueueLock |
Definition at line 121 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap(), and RtlpDphInitializeDelayedFreeQueue().
SLIST_HEADER RtlpDphDelayedTemporaryPushList |
Definition at line 123 of file heappage.c.
Referenced by RtlpDphInitializeDelayedFreeQueue().
LONG RtlpDphFreeFails |
Definition at line 131 of file heappage.c.
Referenced by RtlpDphFreeVm().
ULONG RtlpDphGlobalFlags |
Definition at line 108 of file heappage.c.
Referenced by AVrfPageHeapDllNotification(), LdrpInitializeProcess(), RtlpDphProcessStartupInitialization(), and RtlpPageHeapCreate().
SIZE_T RtlpDphMemoryUsedByDelayedFreeBlocks |
Definition at line 124 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap(), and RtlpDphInitializeDelayedFreeQueue().
ULONG RtlpDphNumberOfDelayedFreeBlocks |
Definition at line 125 of file heappage.c.
Referenced by RtlpDphFreeDelayedBlocksFromHeap(), and RtlpDphInitializeDelayedFreeQueue().
LIST_ENTRY RtlpDphPageHeapList |
Definition at line 113 of file heappage.c.
Referenced by RtlpDphProcessStartupInitialization(), and RtlpPageHeapCreate().
BOOLEAN RtlpDphPageHeapListInitialized |
Definition at line 114 of file heappage.c.
Referenced by RtlpDphProcessStartupInitialization(), and RtlpPageHeapCreate().
ULONG RtlpDphPageHeapListLength |
Definition at line 117 of file heappage.c.
Referenced by RtlpPageHeapCreate(), and RtlpPageHeapDestroy().
PHEAP_LOCK RtlpDphPageHeapListLock = &_RtlpDphPageHeapListLock |
Definition at line 116 of file heappage.c.
Referenced by RtlpDphProcessStartupInitialization(), RtlpPageHeapCreate(), and RtlpPageHeapDestroy().
LONG RtlpDphProtectFails |
Definition at line 132 of file heappage.c.
Referenced by RtlpDphProtectVm().
LONG RtlpDphReleaseFails |
Definition at line 130 of file heappage.c.
Referenced by RtlpDphFreeVm().
WCHAR RtlpDphTargetDlls[512] |
Definition at line 111 of file heappage.c.
Referenced by RtlpDphProcessStartupInitialization().
UNICODE_STRING RtlpDphTargetDllsUnicode |
Definition at line 118 of file heappage.c.
Referenced by RtlpDphProcessStartupInitialization().
ULONG RtlpPageHeapDllRangeEnd |
Definition at line 110 of file heappage.c.
ULONG RtlpPageHeapDllRangeStart |
Definition at line 110 of file heappage.c.
Definition at line 107 of file heappage.c.
Referenced by LdrpInitializeApplicationVerifierPackage(), LdrpInitializeProcess(), and RtlCreateHeap().
ULONG RtlpPageHeapSizeRangeEnd |
Definition at line 109 of file heappage.c.
ULONG RtlpPageHeapSizeRangeStart |
Definition at line 109 of file heappage.c.