Investigate dropping or deprecating the GSlice allocator
@matthiasc
Submitted by Matthias Clasen Link to original bug (#754687)
Description
Since malloc implementations have caught up since GSlice was introduced, it is no longer an advantage to have our own allocator here. Just always use malloc. The g_slice API is preserved.