Rémi Bernon : ntdll: Introduce new block metadata access helpers.

Alexandre Julliard julliard at winehq.org
Fri May 13 15:45:13 CDT 2022


Module: wine
Branch: master
Commit: adad22d1c251751dd9948fed33ad57a0fb8bef4c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=adad22d1c251751dd9948fed33ad57a0fb8bef4c

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Tue May  3 14:54:42 2022 +0200

ntdll: Introduce new block metadata access helpers.

And use them to cleanup HEAP_Dump, renaming it to heap_dump.

They will be used to cleanup and simplify the heap implementation. They
will make changing the block and subheap layouts easier later.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/heap.c | 216 +++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 150 insertions(+), 66 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=adad22d1c251751dd9948fed33ad57a0fb8bef4c



More information about the wine-cvs mailing list