Skip to content

Commit

Permalink
Opt into Windows SegmentHeap
Browse files Browse the repository at this point in the history
SegmentHeap provides a faster malloc implementation that only available with Dynamic UCRT in Windows 10, version 2004 (build 19041) and later
  • Loading branch information
Andarwinux committed Aug 25, 2024
1 parent 58eab8d commit b091aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qbittorrent.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
<longPathAware>true</longPathAware>
<heapType>SegmentHeap</heapType>
</asmv3:windowsSettings>
</asmv3:application>
</assembly>

0 comments on commit b091aa1

Please sign in to comment.