fix: set M_MALLOC_THRESHOLD to prevent memory fragmentation

This commit is contained in:
Michael Aaron Murphy 2025-02-04 16:25:57 +01:00 committed by Michael Murphy
parent 726c8288da
commit 8b4e2578ec
3 changed files with 10 additions and 1 deletions

View file

@ -20,6 +20,7 @@ cosmic-applet-time = { path = "../cosmic-applet-time" }
cosmic-applet-workspaces = { path = "../cosmic-applet-workspaces" }
cosmic-applet-input-sources = { path = "../cosmic-applet-input-sources" }
cosmic-panel-button = { path = "../cosmic-panel-button" }
libc = "0.2"
libcosmic.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true