ReactOS 0.4.15-dev-7958-gcd0bb1a
_HEAP_VIRTUAL_ALLOC_ENTRY Struct Reference

#include <heap.h>

Collaboration diagram for _HEAP_VIRTUAL_ALLOC_ENTRY:

Public Attributes

LIST_ENTRY Entry
 
HEAP_ENTRY_EXTRA ExtraStuff
 
SIZE_T CommitSize
 
SIZE_T ReserveSize
 
HEAP_ENTRY BusyBlock
 

Detailed Description

Definition at line 307 of file heap.h.

Member Data Documentation

◆ BusyBlock

HEAP_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::BusyBlock

Definition at line 313 of file heap.h.

Referenced by RtlpGetSizeOfBigBlock(), and RtlpValidateHeap().

◆ CommitSize

SIZE_T _HEAP_VIRTUAL_ALLOC_ENTRY::CommitSize

Definition at line 311 of file heap.h.

Referenced by RtlpGetSizeOfBigBlock(), and RtlReAllocateHeap().

◆ Entry

LIST_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::Entry

Definition at line 309 of file heap.h.

Referenced by RtlFreeHeap().

◆ ExtraStuff

HEAP_ENTRY_EXTRA _HEAP_VIRTUAL_ALLOC_ENTRY::ExtraStuff

Definition at line 310 of file heap.h.

Referenced by RtlpGetExtraStuffPointer().

◆ ReserveSize

SIZE_T _HEAP_VIRTUAL_ALLOC_ENTRY::ReserveSize

Definition at line 312 of file heap.h.


The documentation for this struct was generated from the following file: