mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 12:03:52 +00:00
sync trunk HEAD (r50626)
svn path=/branches/cmake-bringup/; revision=50635
This commit is contained in:
commit
89fbead325
32 changed files with 1401 additions and 138 deletions
|
@ -235,12 +235,6 @@ RtlpInsertFreeBlockHelper(PHEAP Heap,
|
|||
FreeEntry->Flags &= HEAP_ENTRY_LAST_ENTRY;
|
||||
}
|
||||
|
||||
/* Check if PreviousSize of the next entry matches ours */
|
||||
if (!(FreeEntry->Flags & HEAP_ENTRY_LAST_ENTRY))
|
||||
{
|
||||
ASSERT(((PHEAP_ENTRY)FreeEntry + BlockSize)->PreviousSize == BlockSize);
|
||||
}
|
||||
|
||||
/* Insert it either into dedicated or non-dedicated list */
|
||||
if (BlockSize < HEAP_FREELISTS)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue