ReactOS 0.4.17-dev-243-g1369312
_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 315 of file heap.h.

Member Data Documentation

◆ BusyBlock

HEAP_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::BusyBlock

Definition at line 321 of file heap.h.

Referenced by RtlpGetSizeOfBigBlock(), and RtlpValidateHeap().

◆ CommitSize

SIZE_T _HEAP_VIRTUAL_ALLOC_ENTRY::CommitSize

Definition at line 319 of file heap.h.

Referenced by RtlpGetSizeOfBigBlock(), and RtlReAllocateHeap().

◆ Entry

LIST_ENTRY _HEAP_VIRTUAL_ALLOC_ENTRY::Entry

Definition at line 317 of file heap.h.

Referenced by RtlFreeHeap().

◆ ExtraStuff

HEAP_ENTRY_EXTRA _HEAP_VIRTUAL_ALLOC_ENTRY::ExtraStuff

Definition at line 318 of file heap.h.

Referenced by RtlpGetExtraStuffPointer().

◆ ReserveSize

SIZE_T _HEAP_VIRTUAL_ALLOC_ENTRY::ReserveSize

Definition at line 320 of file heap.h.


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