Skip to content
  • Michael Catanzaro's avatar
    Stop using the slice allocator · 5502b1cb
    Michael Catanzaro authored
    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:
    
    GNOME/glib#1079
    5502b1cb