ghc-heap-8.6.4: Functions for walking GHC's heap

Safe HaskellSafe
LanguageHaskell2010

GHC.Exts.Heap.InfoTable.Types

Synopsis

Documentation

data StgInfoTable Source #

This is a somewhat faithful representation of an info table. See http://hackage.haskell.org/trac/ghc/browser/includes/rts/storage/InfoTables.h for more details on this data structure.

type EntryFunPtr = FunPtr (Ptr () -> IO (Ptr ())) Source #