Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs39 … peripheralToMachineCache = new LRUCache<IPeripheral, IMachine>(PeripheralToMachineCacheSize); in Emulation()
716 [Constructor(PeripheralToMachineCacheSize)]
724 private const int PeripheralToMachineCacheSize = 100; field in Antmicro.Renode.Core.Emulation