Searched refs:BufferPrevious (Results 1 – 1 of 1) sorted by relevance
35 BL_HEAP_POINTER BufferPrevious; member43 BL_HEAP_POINTER BufferPrevious; member170 HeapBase->BufferPrevious.P = NULL; in MmHapHeapAllocatorExtend()174 NewHeap->HeapStart->BufferPrevious.P = HeapBase; in MmHapHeapAllocatorExtend()276 Prev = MmHapDecodeLink(Entry->BufferPrevious); in MmHapCheckBufferLinks()280 if (((Next) && (MmHapDecodeLink(Next->BufferPrevious)) != Entry) || in MmHapCheckBufferLinks()357 MmHapDecodeLink(Next->BufferNext)->BufferPrevious.P = FreeEntry; in MmHapCoalesceFreeBuffer()367 Prev = MmHapDecodeLink(FreeEntry->BufferPrevious); in MmHapCoalesceFreeBuffer()381 MmHapDecodeLink(FreeEntry->BufferNext)->BufferPrevious.P = Prev; in MmHapCoalesceFreeBuffer()524 NextEntry->BufferPrevious.P = FreeEntry; in MmHapFindBufferInFreeList()[all …]