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.
allocBytes :: Integral a => a -> IO (Ptr b)haskell-gi-base Data.GI.Base.Utils Allocate the given number of bytes using the GLib allocator.
allocMem :: Storable a => IO (Ptr a)haskell-gi-base Data.GI.Base.Utils Allocate space for the given Storable using the GLib allocator.
allocCalloc :: AllocationInfo -> AllocationOphaskell-gi Data.GI.CodeGen.API No documentation available.
allocCopy :: AllocationInfo -> AllocationOphaskell-gi Data.GI.CodeGen.API No documentation available.
allocFree :: AllocationInfo -> AllocationOphaskell-gi Data.GI.CodeGen.API No documentation available.
allocCalloc :: AllocationInfo -> AllocationOphaskell-gi Data.GI.GIR.Allocation No documentation available.
allocCopy :: AllocationInfo -> AllocationOphaskell-gi Data.GI.GIR.Allocation No documentation available.
allocFree :: AllocationInfo -> AllocationOphaskell-gi Data.GI.GIR.Allocation No documentation available.
allNewBuffersStrategy :: Int -> BufferAllocStrategystreaming-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
allocBuffer :: Int -> IO Bufferstreaming-commons Data.Streaming.ByteString.Builder allocBuffer size allocates a new buffer of size size. Since 0.1.10.0