ntdll: Use a block member in the free list entry struct.
commit7964d641225dd322557db16b5c89ed6e5734ed8e
authorRémi Bernon <rbernon@codeweavers.com>
Tue, 3 May 2022 22:06:27 +0000 (4 00:06 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 May 2022 13:26:00 +0000 (27 15:26 +0200)
tree003d7db5c43cc3e81000284cfac17349c51efc63
parentea533f1869c4234b736dc603992e2daafb0b4405
ntdll: Use a block member in the free list entry struct.

And use ARENA_FLAG_FREE|ARENA_FLAG_PREV_FREE flag combination to mark
and ignore free list links.

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