- g_clear_pointer
void g_clear_pointer(gpointer* pp, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_free
void g_free(gpointer mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc
gpointer g_malloc(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc0
gpointer g_malloc0(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc0_n
gpointer g_malloc0_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_malloc_n
gpointer g_malloc_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_is_system_malloc
gboolean g_mem_is_system_malloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_profile
void g_mem_profile()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_mem_set_vtable
void g_mem_set_vtable(GMemVTable* vtable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_realloc
gpointer g_realloc(gpointer mem, gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_realloc_n
gpointer g_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc
gpointer g_try_malloc(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc0
gpointer g_try_malloc0(gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc0_n
gpointer g_try_malloc0_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_malloc_n
gpointer g_try_malloc_n(gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_realloc
gpointer g_try_realloc(gpointer mem, gsize n_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_try_realloc_n
gpointer g_try_realloc_n(gpointer mem, gsize n_blocks, gsize n_block_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.