packages feed

ghc-experimental-9.1401.0: src/System/Mem/Experimental.hs

module System.Mem.Experimental
  ( setGlobalAllocationLimitHandler
  , AllocationLimitKillBehaviour(..)
  , getAllocationCounterFor
  , setAllocationCounterFor
  , enableAllocationLimitFor
  , disableAllocationLimitFor
  )
  where
import GHC.Internal.AllocationLimitHandler