Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dheap.c2417 UCHAR EntryFlags, RememberFlags; in RtlpGrowBlockInPlace() local
2459 RememberFlags = FreeEntry->Flags; in RtlpGrowBlockInPlace()
2476 RememberFlags = FreeEntry->Flags; in RtlpGrowBlockInPlace()
2514 InUseEntry->Flags |= RememberFlags & HEAP_ENTRY_LAST_ENTRY; in RtlpGrowBlockInPlace()
2518 if (!(RememberFlags & HEAP_ENTRY_LAST_ENTRY)) in RtlpGrowBlockInPlace()
2537 if (RememberFlags & HEAP_ENTRY_LAST_ENTRY) in RtlpGrowBlockInPlace()
2543 UnusedEntry->Flags = RememberFlags; in RtlpGrowBlockInPlace()
2558 UnusedEntry->Flags = RememberFlags & (~HEAP_ENTRY_LAST_ENTRY); in RtlpGrowBlockInPlace()
2571 RememberFlags = FollowingEntry->Flags; in RtlpGrowBlockInPlace()
2579 UnusedEntry->Flags = RememberFlags; in RtlpGrowBlockInPlace()
[all …]