Monero
Loading...
Searching...
No Matches
vm_interpreted.hpp File Reference
#include <new>
#include <vector>
#include "common.hpp"
#include "virtual_machine.hpp"
#include "bytecode_machine.hpp"
#include "intrin_portable.h"
#include "allocator.hpp"
Include dependency graph for vm_interpreted.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  randomx::InterpretedVm< Allocator, softAes >

Namespaces

namespace  randomx

Typedefs

using randomx::InterpretedVmDefault = InterpretedVm<AlignedAllocator<CacheLineSize>, true>
using randomx::InterpretedVmHardAes = InterpretedVm<AlignedAllocator<CacheLineSize>, false>
using randomx::InterpretedVmLargePage = InterpretedVm<LargePageAllocator, true>
using randomx::InterpretedVmLargePageHardAes = InterpretedVm<LargePageAllocator, false>