|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| union { | |
| struct { | |
| ULONG_PTR BufferFree: 1 | |
| ULONG_PTR BufferOnHeap: 1 | |
| ULONG_PTR NotUsed: 1 | |
| ULONG_PTR BufferPointer: ((8 * sizeof(ULONG_PTR)) - BL_HEAP_POINTER_FLAG_BITS) | |
| } | |
| PVOID P | |
| }; | |
Definition at line 17 of file heapalloc.c.
| union { ... } _BL_HEAP_POINTER::@169 |
| ULONG_PTR _BL_HEAP_POINTER::BufferFree |
Definition at line 23 of file heapalloc.c.
Referenced by BlMmAllocateHeap(), MmHapCoalesceFreeBuffer(), and MmHapHeapAllocatorExtend().
| ULONG_PTR _BL_HEAP_POINTER::BufferOnHeap |
Definition at line 24 of file heapalloc.c.
Referenced by BlMmAllocateHeap(), and MmHapHeapAllocatorExtend().
| ULONG_PTR _BL_HEAP_POINTER::BufferPointer |
Definition at line 26 of file heapalloc.c.
| ULONG_PTR _BL_HEAP_POINTER::NotUsed |
Definition at line 25 of file heapalloc.c.
| PVOID _BL_HEAP_POINTER::P |
Definition at line 28 of file heapalloc.c.
Referenced by BlMmAllocateHeap(), MmHapAddToFreeList(), MmHapCoalesceFreeBuffer(), MmHapFindBufferInFreeList(), MmHapHeapAllocatorExtend(), and MmHapRemoveBufferFromFreeList().