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