Searched defs:g_slice_new (Results 1 – 2 of 2) sorted by relevance
46 #define g_slice_new(type) ((type*) g_slice_alloc (sizeof (type))) macro
186 #define g_slice_new(t) XMALLOC (t) macro