ReactOS 0.4.16-dev-852-gcfcc8d8
|
#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 313 of file heap.h.
Referenced by RtlpGetSizeOfBigBlock(), and RtlpValidateHeap().
SIZE_T _HEAP_VIRTUAL_ALLOC_ENTRY::CommitSize |
Definition at line 311 of file heap.h.
Referenced by RtlpGetSizeOfBigBlock(), and RtlReAllocateHeap().
LIST_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::Entry |
Definition at line 309 of file heap.h.
Referenced by RtlFreeHeap().
HEAP_ENTRY_EXTRA _HEAP_VIRTUAL_ALLOC_ENTRY::ExtraStuff |
Definition at line 310 of file heap.h.
Referenced by RtlpGetExtraStuffPointer().