Skip to content

WIP: Use GSlice to allocate repeated structures

Marco Trevisan requested to merge 3v1n0/mutter:more-g-slices into master

Since the existence of GSlice, usage of g_new0?/g_free is deprecated, as slices could optimize memory and reduce fragmentation, so let's use them everywhere we initialize the same chunks multiple times.

Edited by Marco Trevisan

Merge request reports