Versions in this module Expand all Collapse all v0 v0.0.1 Sep 1, 2021 Changes in this version + type Allocator struct + func NewAllocator(totalMemoryMax uint64, perPeerMax uint64) *Allocator + func (a *Allocator) AllocateBlockMemory(p peer.ID, amount uint64) <-chan error + func (a *Allocator) AllocatedForPeer(p peer.ID) uint64 + func (a *Allocator) ReleaseBlockMemory(p peer.ID, amount uint64) error + func (a *Allocator) ReleasePeerMemory(p peer.ID) error