Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
exeSharedSize :: ExeConfig -> Maybe Explanguage-c-quote Language.C.Syntax No documentation available.
-
mem-info System.MemInfo.Proc the total shared memory in use
-
mem-info System.MemInfo.Proc No documentation available.
puSharedHuge :: ProcUsage -> !Intmem-info System.MemInfo.Proc No documentation available.
-
mem-info System.MemInfo.SysInfo no shared mem is reported
-
mem-info System.MemInfo.SysInfo some shared mem not reported
-
network-uri-template Network.URI.Template.Internal.Parse This wrapper selects the no-input-sharing Stream implementation for Text (Text) and ByteString (ByteString). This means that our parsers will create independent copies rather than using slices of the input. See also the documentation of copy. More importantly, any parser output will be independent of the input, and holding on to parts of the output will never prevent the input from being garbage collected. For maximum performance you might consider using ShareInput instead, but beware of its pitfalls!
NoShareInput :: a -> NoShareInput anetwork-uri-template Network.URI.Template.Internal.Parse No documentation available.
unNoShareInput :: NoShareInput a -> anetwork-uri-template Network.URI.Template.Internal.Parse No documentation available.
unShareInput :: ShareInput a -> anetwork-uri-template Network.URI.Template.Internal.Parse No documentation available.