Searched refs:MaximalSegmentSize (Results 1 – 1 of 1) sorted by relevance
75 …var proposedSegmentSize = Math.Min(MaximalSegmentSize, Math.Max(MinimalSegmentSize, size / Recomme… in MappedMemory()755 private const int MaximalSegmentSize = 16 * 1024 * 1024; field in Antmicro.Renode.Peripherals.Memory.MappedMemory