Home
last modified time | relevance | path

Searched refs:BufferPrevious (Results 1 – 1 of 1) sorted by relevance

/reactos/boot/environ/lib/mm/
H A Dheapalloc.c35 BL_HEAP_POINTER BufferPrevious; member
43 BL_HEAP_POINTER BufferPrevious; member
170 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 …]