summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2026-04-22 14:48:44 +0200
committerDavid Lönnhager <david.l@mullvad.net>2026-04-22 14:55:24 +0200
commit460015d12149cf96aa50c65136723710ec20d6f0 (patch)
tree3004d28d00142b35ed7b6b96d476a9a3fa79e4e6
parent1b0be93f4e84c3bba9d28da7f17ea9368952ecb8 (diff)
downloadmullvadvpn-add-mimalloc-alloc.tar.xz
mullvadvpn-add-mimalloc-alloc.zip
Update changelogadd-mimalloc-alloc
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b754c4d29..0ac8c8bd2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ Line wrap the file at 100 chars. Th
#### Linux
- GotaTun is now used as the userspace WireGuard implementation. It replaces wireguard-go.
+- Switch memory allocator to mimalloc to reduce fragmentation.
- `mullvad-early-boot-blocking.service` now waits for local file system to be mounted
(`After=local-fs.target`). This was assumed before, but not required (and is still not required).