Home
last modified time | relevance | path

Searched refs:AllocateTransactionLogSlot (Results 1 – 8 of 8) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Freespace/
H A DBlockAwareFreespaceManager.cs143 public virtual Slot AllocateTransactionLogSlot(int length) in AllocateTransactionLogSlot() method in Db4objects.Db4o.Internal.Freespace.BlockAwareFreespaceManager
145 Slot slot = _delegate.AllocateTransactionLogSlot(_blockConverter.BytesToBlocks(length in AllocateTransactionLogSlot()
H A DIFreespaceManager.cs25 Slot AllocateTransactionLogSlot(int length); in AllocateTransactionLogSlot() method
H A DFreespaceManagerIx.cs99 public override Slot AllocateTransactionLogSlot(int length) in AllocateTransactionLogSlot() method in Db4objects.Db4o.Internal.Freespace.FreespaceManagerIx
H A DNullFreespaceManager.cs98 public virtual Slot AllocateTransactionLogSlot(int length) in AllocateTransactionLogSlot() method in Db4objects.Db4o.Internal.Freespace.NullFreespaceManager
H A DBTreeFreespaceManager.cs328 public override Slot AllocateTransactionLogSlot(int length) in AllocateTransactionLogSlot() method in Db4objects.Db4o.Internal.Freespace.BTreeFreespaceManager
330 return _delegate.AllocateTransactionLogSlot(length); in AllocateTransactionLogSlot()
H A DAbstractFreespaceManager.cs237 public abstract Slot AllocateTransactionLogSlot(int arg1); in AllocateTransactionLogSlot() method in Db4objects.Db4o.Internal.Freespace.AbstractFreespaceManager
H A DInMemoryFreespaceManager.cs42 public override Slot AllocateTransactionLogSlot(int length) in AllocateTransactionLogSlot() method in Db4objects.Db4o.Internal.Freespace.InMemoryFreespaceManager
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Transactionlog/
H A DEmbeddedTransactionLogHandler.cs49 Slot slot = freespaceManager.AllocateTransactionLogSlot(transactionLogByteCount); in AllocateSlot()