ReactOS 0.4.15-dev-7842-g558ab78
_BL_HEAP_BOUNDARIES Struct Reference
Collaboration diagram for _BL_HEAP_BOUNDARIES:

Public Attributes

LIST_ENTRY ListEntry
 
ULONG_PTR HeapEnd
 
ULONG_PTR HeapLimit
 
ULONG_PTR HeapBase
 
PBL_BUSY_HEAP_ENTRY HeapStart
 

Detailed Description

Definition at line 47 of file heapalloc.c.

Member Data Documentation

◆ HeapBase

ULONG_PTR _BL_HEAP_BOUNDARIES::HeapBase

Definition at line 52 of file heapalloc.c.

Referenced by BlMmFreeHeap(), and MmHapHeapAllocatorExtend().

◆ HeapEnd

ULONG_PTR _BL_HEAP_BOUNDARIES::HeapEnd

Definition at line 50 of file heapalloc.c.

Referenced by MmHapHeapAllocatorExtend().

◆ HeapLimit

ULONG_PTR _BL_HEAP_BOUNDARIES::HeapLimit

Definition at line 51 of file heapalloc.c.

Referenced by BlMmAllocateHeap(), and MmHapHeapAllocatorExtend().

◆ HeapStart

PBL_BUSY_HEAP_ENTRY _BL_HEAP_BOUNDARIES::HeapStart

Definition at line 53 of file heapalloc.c.

Referenced by BlMmAllocateHeap(), BlMmFreeHeap(), and MmHapHeapAllocatorExtend().

◆ ListEntry

LIST_ENTRY _BL_HEAP_BOUNDARIES::ListEntry

Definition at line 49 of file heapalloc.c.

Referenced by MmHapHeapAllocatorExtend().


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