|
Monero
|
#include <new>#include <vector>#include "common.hpp"#include "virtual_machine.hpp"#include "bytecode_machine.hpp"#include "intrin_portable.h"#include "allocator.hpp"

Go to the source code of this file.
Classes | |
| class | randomx::InterpretedVm< Allocator, softAes > |
Namespaces | |
| 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 > |
1.8.14