ghc-internal-9.1500.0: Basic libraries
Safe HaskellNone
LanguageHaskell2010

GHC.Internal.Heap.InfoTableProf

Synopsis

Documentation

peekItbl :: Ptr StgInfoTable -> IO StgInfoTable Source #

Read an InfoTable from the heap into a haskell type. WARNING: This code assumes it is passed a pointer to a "standard" info table. If tables_next_to_code is enabled, it will look 1 byte before the start for the entry field.