base-4.7.0.2: Basic libraries

Copyright(c) The University of Glasgow 2001
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

System.Mem

Description

Memory-related system things.

Synopsis

Documentation

performGC :: IO () Source

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