#include #include -- | module Bindings.GLib.CoreApplicationSupport.MemoryAllocation where import Bindings.GLib.Fundamentals.BasicTypes #strict_import #ccall g_malloc , -> IO #ccall g_malloc0 , -> IO #ccall g_realloc , -> -> IO #ccall g_try_malloc , -> IO #ccall g_try_malloc0 , -> IO #ccall g_try_realloc , -> -> IO #ccall g_free , -> IO () #globalvar g_mem_gc_friendly , #ccall g_memdup , -> -> IO #starttype GMemVTable #field malloc , FunPtr ( -> IO ) #field realloc , FunPtr ( -> -> IO ) #field free , FunPtr ( -> IO ()) #field calloc , FunPtr ( -> -> IO ) #field try_malloc , FunPtr ( -> IO ) #field try_realloc , FunPtr ( -> -> IO ) #stoptype #ccall g_mem_set_vtable , Ptr -> IO () #ccall g_mem_is_system_malloc , IO #globalvar glib_mem_profiler_table , Ptr #ccall g_mem_profile , IO ()