sync trunk HEAD (r50626)

svn path=/branches/cmake-bringup/; revision=50635
This commit is contained in:
Timo Kreuzer 2011-02-09 15:56:57 +00:00
commit 89fbead325
32 changed files with 1401 additions and 138 deletions

View file

@ -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)
{