Searched refs:DefaultMaximumTranslationCacheSize (Results 1 – 1 of 1) sorted by relevance
1335 …onfigurationManager.Instance.Get("translation", "max-tb-size", DefaultMaximumTranslationCacheSize); in Init()2213 private const int DefaultMaximumTranslationCacheSize = 512 * 1024 * 1024; // 512 MiB field in Antmicro.Renode.Peripherals.CPU.TranslationCPU