Searched refs:RememberFlags (Results 1 – 1 of 1) sorted by relevance
2417 UCHAR EntryFlags, RememberFlags; in RtlpGrowBlockInPlace() local2459 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 …]