Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allocBytes :: Integral a => a -> IO (Ptr b)

    haskell-gi-base Data.GI.Base.Utils

    Allocate the given number of bytes using the GLib allocator.

  2. allocMem :: Storable a => IO (Ptr a)

    haskell-gi-base Data.GI.Base.Utils

    Allocate space for the given Storable using the GLib allocator.

  3. allocCalloc :: AllocationInfo -> AllocationOp

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  4. allocCopy :: AllocationInfo -> AllocationOp

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  5. allocFree :: AllocationInfo -> AllocationOp

    haskell-gi Data.GI.CodeGen.API

    No documentation available.

  6. allocCalloc :: AllocationInfo -> AllocationOp

    haskell-gi Data.GI.GIR.Allocation

    No documentation available.

  7. allocCopy :: AllocationInfo -> AllocationOp

    haskell-gi Data.GI.GIR.Allocation

    No documentation available.

  8. allocFree :: AllocationInfo -> AllocationOp

    haskell-gi Data.GI.GIR.Allocation

    No documentation available.

  9. allNewBuffersStrategy :: Int -> BufferAllocStrategy

    streaming-commons Data.Streaming.ByteString.Builder

    The simplest buffer allocation strategy: whenever a buffer is requested, allocate a new one that is big enough for the next build step to execute. NOTE that this allocation strategy may spill quite some memory upon direct insertion of a bytestring by the builder. Thats no problem for garbage collection, but it may lead to unreasonably high memory consumption in special circumstances. Since 0.1.10.0

  10. allocBuffer :: Int -> IO Buffer

    streaming-commons Data.Streaming.ByteString.Builder

    allocBuffer size allocates a new buffer of size size. Since 0.1.10.0

Page 88 of many | Previous | Next