|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LIST_ENTRY | ListEntry |
| ULONG_PTR | HeapEnd |
| ULONG_PTR | HeapLimit |
| ULONG_PTR | HeapBase |
| PBL_BUSY_HEAP_ENTRY | HeapStart |
Definition at line 47 of file heapalloc.c.
| ULONG_PTR _BL_HEAP_BOUNDARIES::HeapBase |
Definition at line 52 of file heapalloc.c.
Referenced by BlMmFreeHeap(), and MmHapHeapAllocatorExtend().
| ULONG_PTR _BL_HEAP_BOUNDARIES::HeapEnd |
Definition at line 50 of file heapalloc.c.
Referenced by MmHapHeapAllocatorExtend().
| ULONG_PTR _BL_HEAP_BOUNDARIES::HeapLimit |
Definition at line 51 of file heapalloc.c.
Referenced by BlMmAllocateHeap(), and MmHapHeapAllocatorExtend().
| PBL_BUSY_HEAP_ENTRY _BL_HEAP_BOUNDARIES::HeapStart |
Definition at line 53 of file heapalloc.c.
Referenced by BlMmAllocateHeap(), BlMmFreeHeap(), and MmHapHeapAllocatorExtend().
| LIST_ENTRY _BL_HEAP_BOUNDARIES::ListEntry |
Definition at line 49 of file heapalloc.c.
Referenced by MmHapHeapAllocatorExtend().