Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
commit62030ff4653a09de0b1cd4ca6ec735beaa1b73dd
authorAlexandre Julliard <julliard@codeweavers.com>
Tue, 9 May 2000 22:38:19 +0000 (9 22:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 May 2000 22:38:19 +0000 (9 22:38 +0000)
treee45b6aa3bf8d965e87bd5d64e329036229710924
parenta1894523b405d3de44544743471c41bc29b02c6f
Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
Various optimizations.
memory/heap.c