#include #include module Bindings.APR.RMM where #strict_import import Bindings.APR import Bindings.APR.AnyLock import Bindings.APR.ErrNo import Bindings.APR.Pools #opaque_t apr_rmm_t #integral_t apr_rmm_off_t #ccall apr_rmm_init , Ptr (Ptr ) -> Ptr -> Ptr () -> -> Ptr -> IO #ccall apr_rmm_destroy , Ptr -> IO #ccall apr_rmm_attach , Ptr (Ptr ) -> Ptr -> Ptr () -> Ptr -> IO #ccall apr_rmm_detach , Ptr -> IO #ccall apr_rmm_malloc , Ptr -> -> IO #ccall apr_rmm_realloc , Ptr -> Ptr () -> -> IO #ccall apr_rmm_calloc , Ptr -> -> IO #ccall apr_rmm_free , Ptr -> -> IO #ccall apr_rmm_addr_get, Ptr -> -> IO (Ptr ()) #ccall apr_rmm_offset_get , Ptr -> Ptr () -> IO #ccall apr_rmm_overhead_get, CInt -> IO