|
ReactOS 0.4.17-dev-243-g1369312
|
#include <heap.h>

Public Attributes | |
| LIST_ENTRY | Entry |
| HEAP_ENTRY_EXTRA | ExtraStuff |
| SIZE_T | CommitSize |
| SIZE_T | ReserveSize |
| HEAP_ENTRY | BusyBlock |
| HEAP_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::BusyBlock |
Definition at line 321 of file heap.h.
Referenced by RtlpGetSizeOfBigBlock(), and RtlpValidateHeap().
| SIZE_T _HEAP_VIRTUAL_ALLOC_ENTRY::CommitSize |
Definition at line 319 of file heap.h.
Referenced by RtlpGetSizeOfBigBlock(), and RtlReAllocateHeap().
| LIST_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::Entry |
Definition at line 317 of file heap.h.
Referenced by RtlFreeHeap().
| HEAP_ENTRY_EXTRA _HEAP_VIRTUAL_ALLOC_ENTRY::ExtraStuff |
Definition at line 318 of file heap.h.
Referenced by RtlpGetExtraStuffPointer().