Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
execAllocation :: ExecResult -> Word64ghc GHC.Runtime.Eval.Types No documentation available.
SmallArrayPtrsRep :: WordOff -> SMRepghc GHC.Runtime.Heap.Layout No documentation available.
-
ghc GHC.Runtime.Heap.Layout No documentation available.
smallArrPtrsHdrSize :: Profile -> ByteOffghc GHC.Runtime.Heap.Layout No documentation available.
smallArrPtrsHdrSizeW :: Profile -> WordOffghc GHC.Runtime.Heap.Layout No documentation available.
smallArrPtrsRep :: WordOff -> SMRepghc GHC.Runtime.Heap.Layout No documentation available.
MallocData :: ByteString -> Message (RemotePtr ())ghc GHC.Runtime.Interpreter Malloc some data and return a RemotePtr to it
MallocStrings :: [ByteString] -> Message [RemotePtr ()]ghc GHC.Runtime.Interpreter No documentation available.
freeReallyRemoteRef :: ExtInterpInstance d -> RemoteRef a -> IO ()ghc GHC.Runtime.Interpreter No documentation available.
mallocData :: Interp -> ByteString -> IO (RemotePtr ())ghc GHC.Runtime.Interpreter Allocate and store the given bytes in memory, returning a pointer to the memory in the remote process.