Skip to content

Stop using the slice allocator

Michael Catanzaro requested to merge mcatanzaro/slice-slice into master

In Epiphany we currently use the slice allocator for random structs, then fill the structs with memory inevitably managed by system malloc. There's no rhyme or reason to it. The slice allocator has fallen out of favor, so stop using it. See:

glib#1079 (closed)

Merge request reports