Fix the Windows "VirtualAlloc MEM_COMMIT failed" bug
authorIan Lynagh <igloo@earth.li>
Wed, 6 Sep 2006 11:27:50 +0000 (11:27 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 6 Sep 2006 11:27:50 +0000 (11:27 +0000)
commitebfefc7172495f442dcbc48a25cf3e0b94c8e853
tree2182355da5d9f6ab1cc70958ac53d4318e7c1124
parent82af8c0af70a1f72d5c364d35d04eef17d88395d
Fix the Windows "VirtualAlloc MEM_COMMIT failed" bug
We had
    base=01100000 size=1048576 size_delta=0 it->size=2097152
    it->base=00F00000 base-it->base=00200000
in commitBlocks.
Esa Ilari Vuokko identified this inequality test as the cause.
rts/MBlock.c