Benedikt Meurer wrote: > No. g_slice_alloc() is not necessarily faster than malloc(), atleast > with some malloc() implementations. But the advantage of g_slice_alloc() > is that memory is garantied to be aligned at sizeof(void*) [...] That should read: 2 * sizeof(void*). Benedikt