Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the
authorAlexandre Julliard <julliard@winehq.org>
Mon, 15 Aug 2005 20:49:47 +0000 (20:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 Aug 2005 20:49:47 +0000 (20:49 +0000)
commit7721b267f5bc1d4dcc0eb54b56f60ade0d7beca3
treea706e42d6839dc878eaf6321e62906af4661b791
parent19c1af5b0176410a421c135641a06ecb88c824b4
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.
dlls/ntdll/heap.c