Copyright | (c) The University of Glasgow 2001 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | [email protected] |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Memory-related system things.
Triggers an immediate garbage collection.
performMajorGC :: IO () Source
Triggers an immediate garbage collection.
Since: 4.7.0.0
performMinorGC :: IO () Source
Triggers an immediate minor garbage collection.
Since: 4.7.0.0
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/7.10.3/docs/html/libraries/base-4.8.2.0/System-Mem.html