Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
c_munmap :: Ptr () -> CSize -> IO CIntshared-memory MMAP munmap - unmap mmap'ed memory. This is the raw C function, and its return value must be checked according to man mmap. See munmap for a variant that turns bad return values into exceptions.
mkMmapFlags :: MmapSharedFlag -> MmapOptionalFlag -> MmapFlagsshared-memory MMAP Create MmapFlags to be passed to c_mmap from an MmapSharedFlag and one or more MmapOptionalFlags (combine them via (<>), mempty for none).
mmap :: Ptr () -> CSize -> ProtOption -> MmapFlags -> Fd -> COff -> IO (Ptr ())shared-memory MMAP Convenience around c_mmap, throwing a MmapException on a negative return value.
munmap :: Ptr () -> CSize -> IO ()shared-memory MMAP Convenience around c_munmap, throwing a MunmapException on a negative return value.
munmapExceptionPtr :: MunmapException -> Ptr ()shared-memory MMAP No documentation available.
munmapExceptionSize :: MunmapException -> CSizeshared-memory MMAP No documentation available.
unMmapFlags :: MmapFlags -> CIntshared-memory MMAP No documentation available.
unMmapOptionalFlag :: MmapOptionalFlag -> CIntshared-memory MMAP No documentation available.
unMmapSharedFlag :: MmapSharedFlag -> CIntshared-memory MMAP No documentation available.
imlib2Bumpmap :: ProcessType r => rshell-conduit Data.Conduit.Shell No documentation available.