Searched defs:spalloc_new (Results 1 – 1 of 1) sorted by relevance
33 #define spalloc_new(type) g_slice_new (type) macro41 #define spalloc_new(type) malloc (sizeof (type)) macro