glib.gslice

Undocumented in source.

Members

Enums

GSliceConfig
enum GSliceConfig
Undocumented in source.

Functions

g_slice_alloc
gpointer g_slice_alloc(gsize block_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slice_alloc0
gpointer g_slice_alloc0(gsize block_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slice_copy
gpointer g_slice_copy(gsize block_size, gconstpointer mem_block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slice_free1
void g_slice_free1(gsize block_size, gpointer mem_block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slice_free_chain_with_offset
void g_slice_free_chain_with_offset(gsize block_size, gpointer mem_chain, gsize next_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slice_get_config
deprecated gint64 g_slice_get_config(GSliceConfig ckey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slice_get_config_state
deprecated gint64* g_slice_get_config_state(GSliceConfig ckey, gint64 address, guint* n_values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_slice_new
auto g_slice_new()
Undocumented in source. Be warned that the author may not have intended to support it.
g_slice_new0
auto g_slice_new0()
Undocumented in source. Be warned that the author may not have intended to support it.
g_slice_set_config
deprecated void g_slice_set_config(GSliceConfig ckey, gint64 value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta