Module: wine Branch: master Commit: 005ed5773c8d78e0a05b84768a88abd04fb506bf URL: https://source.winehq.org/git/wine.git/?a=commit;h=005ed5773c8d78e0a05b84768...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Apr 26 14:33:18 2022 +0200
ntdll: Factor out heap serialization to heap_(lock|unlock) helpers.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/heap.c | 119 +++++++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 54 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=005ed5773c8d78e0a05b8...