Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. xAllocWMHints :: IO (Ptr WMHints)

    X11 Graphics.X11.Xlib.Extras

    No documentation available.

  2. dontAllowExposures :: AllowExposuresMode

    X11 Graphics.X11.Xlib.Misc

    No documentation available.

  3. visualAllMask :: VisualInfoMask

    X11 Graphics.X11.Xlib.Misc

    No documentation available.

  4. sampleAll :: Store -> IO Sample

    ekg-core System.Metrics

    Sample all metrics. Sampling is not atomic in the sense that some metrics might have been mutated before they're sampled but after some other metrics have already been sampled.

  5. data SmallArray# (a :: TYPE 'BoxedRep l)

    ghc-internal GHC.Internal.Base

    No documentation available.

  6. data SmallMutableArray# a (b :: TYPE 'BoxedRep l)

    ghc-internal GHC.Internal.Base

    No documentation available.

  7. compactAllocateBlock# :: Word# -> Addr# -> State# RealWorld -> (# State# RealWorld, Addr# #)

    ghc-internal GHC.Internal.Base

    Attempt to allocate a compact block with the capacity (in bytes) given by the first argument. The Addr# is a pointer to previous compact block of the CNF or nullAddr# to create a new CNF with a single compact block. The resulting block is not known to the GC until compactFixupPointers# is called on it, and care must be taken so that the address does not escape or memory will be leaked.

  8. setThreadAllocationCounter# :: Int64# -> State# RealWorld -> State# RealWorld

    ghc-internal GHC.Internal.Base

    Sets the allocation counter for the current thread to the given value.

  9. ATOMICALLY_FRAME :: ClosureType

    ghc-internal GHC.Internal.ClosureTypes

    No documentation available.

  10. RET_SMALL :: ClosureType

    ghc-internal GHC.Internal.ClosureTypes

    No documentation available.

Page 490 of many | Previous | Next