ntdll: Use block_size and data_size in subheap structure.
commita6fcf059a7ce5cde7b81fdae9873d856cbfe72b0
authorRémi Bernon <rbernon@codeweavers.com>
Mon, 13 Jun 2022 14:52:46 +0000 (13 16:52 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Jun 2022 17:57:31 +0000 (13 19:57 +0200)
tree9be73721ba427a5f55b0436891afdeea05231bb4
parent2ef69e449287c2b4e50a22e3bb45398efc596f25
ntdll: Use block_size and data_size in subheap structure.

Respectively describing allocated size vs commit size, relative to the
first subheap block, instead of size / commitSize.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
dlls/ntdll/heap.c