Module: wine Branch: master Commit: a4966b6690b31c4884d07a8a745017adb6363834 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a4966b6690b31c4884d07a8a7...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Jun 9 14:13:53 2022 +0200
kernelbase: Cleanup and simplify (Global|Local)ReAlloc.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com
---
dlls/kernel32/heap.c | 22 ++++++++- dlls/kernel32/tests/heap.c | 15 ------- dlls/kernelbase/memory.c | 108 +++++++++++++++------------------------------ 3 files changed, 56 insertions(+), 89 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a4966b6690b31c4884d07...