| Safe Haskell | Safe-Inferred |
|---|
Sound.SC3.Server.Allocator.BlockAllocator.FirstFit
Documentation
data FirstFitAllocator i Source
Instances
| Eq i => Eq (FirstFitAllocator i) | |
| Show i => Show (FirstFitAllocator i) | |
| (IdAllocator (FirstFitAllocator i), Integral i) => RangeAllocator (FirstFitAllocator i) | |
| Integral i => IdAllocator (FirstFitAllocator i) |
Constructors
| Address | |
| IncreasingSize | |
| DecreasingSize |
cons :: Integral i => Sorting -> Coalescing -> Range i -> FirstFitAllocator iSource
addressFit :: Integral i => Coalescing -> Range i -> FirstFitAllocator iSource
bestFit :: Integral i => Coalescing -> Range i -> FirstFitAllocator iSource
worstFit :: Integral i => Coalescing -> Range i -> FirstFitAllocator iSource