Skip to content

background: Call malloc_trim() after loading background image

Sebastian Keller requested to merge skeller/mutter:malloc-trim into main

Some of the new JXL backgrounds from gnome-backgrounds can allocate several hundred MB during loading, so let's call malloc_trim() after we are done with loading the image and have created a texture from the corresponding pixbuf.

Closes: #3327 (closed)

Merge request reports