Documentation
c'g_malloc :: C'gsize -> IO C'gpointerSource
c'g_malloc0 :: C'gsize -> IO C'gpointerSource
p'g_malloc :: FunPtr (C'gsize -> IO C'gpointer)Source
c'g_realloc :: C'gpointer -> C'gsize -> IO C'gpointerSource
p'g_malloc0 :: FunPtr (C'gsize -> IO C'gpointer)Source
p'g_realloc :: FunPtr (C'gpointer -> C'gsize -> IO C'gpointer)Source
p'g_try_malloc :: FunPtr (C'gsize -> IO C'gpointer)Source
c'g_try_realloc :: C'gpointer -> C'gsize -> IO C'gpointerSource
c'g_free :: C'gpointer -> IO ()Source
p'g_try_malloc0 :: FunPtr (C'gsize -> IO C'gpointer)Source
p'g_try_realloc :: FunPtr (C'gpointer -> C'gsize -> IO C'gpointer)Source
c'g_memdup :: C'gconstpointer -> C'guint -> IO C'gpointerSource
p'g_memdup :: FunPtr (C'gconstpointer -> C'guint -> IO C'gpointer)Source
data C'GMemVTable Source
C'GMemVTable | |
|
p'g_mem_set_vtable :: FunPtr (Ptr C'GMemVTable -> IO ())Source
p'g_mem_profile :: FunPtr (IO ())Source