gslice.h File Reference

__G_SLICE_H__

g_slice_alloc ( gsize )

G_BEGIN_DECLS IMPORT_C gpointerg_slice_alloc(gsizeblock_size)

g_slice_alloc0 ( gsize )

IMPORT_C gpointerg_slice_alloc0(gsizeblock_size)

g_slice_copy ( gsize, gconstpointer )

IMPORT_C gpointerg_slice_copy(gsizeblock_size,
gconstpointermem_block
)

g_slice_free1 ( gsize, gpointer )

IMPORT_C voidg_slice_free1(gsizeblock_size,
gpointermem_block
)

g_slice_free_chain_with_offset ( gsize, gpointer, gsize )

IMPORT_C voidg_slice_free_chain_with_offset(gsizeblock_size,
gpointermem_chain,
gsizenext_offset
)

g_slice_new

g_slice_new0

g_slice_dup

g_slice_free

g_slice_free_chain

Enum GSliceConfig

g_slice_set_config ( GSliceConfig, gint64 )

IMPORT_C voidg_slice_set_config(GSliceConfigckey,
gint64value
)

g_slice_get_config ( GSliceConfig )

IMPORT_C gint64g_slice_get_config(GSliceConfigckey)

g_slice_get_config_state ( GSliceConfig, gint64, guint * )

IMPORT_C gint64 *g_slice_get_config_state(GSliceConfigckey,
gint64address,
guint *n_values
)