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.

  1. execAllocation :: ExecResult -> Word64

    ghc GHC.Runtime.Eval.Types

    No documentation available.

  2. SmallArrayPtrsRep :: WordOff -> SMRep

    ghc GHC.Runtime.Heap.Layout

    No documentation available.

  3. rET_SMALL :: Int

    ghc GHC.Runtime.Heap.Layout

    No documentation available.

  4. smallArrPtrsHdrSize :: Profile -> ByteOff

    ghc GHC.Runtime.Heap.Layout

    No documentation available.

  5. smallArrPtrsHdrSizeW :: Profile -> WordOff

    ghc GHC.Runtime.Heap.Layout

    No documentation available.

  6. smallArrPtrsRep :: WordOff -> SMRep

    ghc GHC.Runtime.Heap.Layout

    No documentation available.

  7. MallocData :: ByteString -> Message (RemotePtr ())

    ghc GHC.Runtime.Interpreter

    Malloc some data and return a RemotePtr to it

  8. MallocStrings :: [ByteString] -> Message [RemotePtr ()]

    ghc GHC.Runtime.Interpreter

    No documentation available.

  9. freeReallyRemoteRef :: ExtInterpInstance d -> RemoteRef a -> IO ()

    ghc GHC.Runtime.Interpreter

    No documentation available.

  10. 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.

Page 300 of many | Previous | Next