ChangeSet ID: 19571 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/15 15:49:47
Modified files: dlls/ntdll : heap.c
Log message: Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the arena headers of not. Free list sizes are constant so there's no need to store them in the heap structure.
Patch: http://cvs.winehq.org/patch.py?id=19571
Old revision New revision Changes Path 1.47 1.48 +34 -25 wine/dlls/ntdll/heap.c