gslice: Allow inlining of memset() in g_slice_new0() macro
For issue #5 (closed). Inlining the memset()
is beneficial since the size here is constant and usually small.
I modeled the macro on _G_NEW()
from gmem.h
.
Fixes: #5 (closed)
Edited by Philip Withnall