MemorySlice.freeChainWithOffset

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 next pointer (similar to GSList). The offset of the next field in each block is passed as third argument. Note that the exact release behaviour can be changed with the G_DEBUG=gc-friendly environment variable, also see G_SLICE for related debugging options. Since 2.10

class MemorySlice
static
void
freeChainWithOffset

Parameters

blockSize gsize

the size of the blocks

memChain void*

a pointer to the first block of the chain

nextOffset gsize

the offset of the next field in the blocks

Meta