Module: wine Branch: master Commit: adad22d1c251751dd9948fed33ad57a0fb8bef4c URL: https://source.winehq.org/git/wine.git/?a=commit;h=adad22d1c251751dd9948fed3...
Author: Rémi Bernon rbernon@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=adad22d1c251751dd9948...