sliceFreeChainWithOffset
fun sliceFreeChainWithOffset(blockSize: <Error class: unknown class>, memChain: <Error class: unknown class>? = null, nextOffset: <Error class: unknown class>)
Frees a linked list of memory blocks of structure type @type.
The memory blocks must be equal-sized, allocated via g_slice_alloc() or g_slice_alloc0() and linked together by a
Since
2.10
Parameters
blockSize
the size of the blocks
memChain
a pointer to the first block of the chain
nextOffset
the offset of the @next field in the blocks