Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
shared-memory MMAP See man mmap for a description.
mapAnonymous :: MmapOptionalFlagshared-memory MMAP See man mmap for a description.
mapDenywrite :: MmapOptionalFlagshared-memory MMAP See man mmap for a description.
-
shared-memory MMAP See man mmap for a description.
-
shared-memory MMAP See man mmap for a description.
mapHugetlb :: MmapOptionalFlagshared-memory MMAP See man mmap for a description.
-
shared-memory MMAP See man mmap for a description.
mapNonblock :: MmapOptionalFlagshared-memory MMAP See man mmap for a description.
mapNoreserve :: MmapOptionalFlagshared-memory MMAP See man mmap for a description.
-
shared-memory MMAP Create a private copy-on-write mapping. Updates to the mapping are not visible to other processes mapping the same file, and are not carried through to the underlying file. It is unspecified whether changes made to the file after the mmap() call are visible in the mapped region.