From f00c5c9fa3b6e9a3ce02d5fa0ce59dadf086db38 Mon Sep 17 00:00:00 2001
From: Andarwinux <144242044+Andarwinux@users.noreply.github.com>
Date: Sun, 8 Sep 2024 07:09:34 +0000
Subject: [PATCH] Opt into Windows SegmentHeap
SegmentHeap provides a faster malloc implementation that only available with Dynamic UCRT in Windows 10, version 2004 (build 19041) and later.
PR #21263.
---
src/qbittorrent.exe.manifest | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/qbittorrent.exe.manifest b/src/qbittorrent.exe.manifest
index 1725117fd..909409854 100644
--- a/src/qbittorrent.exe.manifest
+++ b/src/qbittorrent.exe.manifest
@@ -36,10 +36,12 @@
-
-
-
- true
-
-
+
+
+
+ SegmentHeap
+
+ true
+
+