Skip to content

Stop using GSlice

Niels De Graef requested to merge nielsdg/no-more-g-slice into master

GLib is discussing deprecating/removing it upstream 1 since it has only limited uses. Next to that, it seems to bork stack traces here when using ASAN (for which you also have to specify G_SLICE=always-malloc too).

In other words, let's just get rid of using GSLice and call the allocation APIs directly.

Merge request reports