Monero
Classes | Namespaces | Typedefs
vm_interpreted_light.hpp File Reference
#include <new>
#include "vm_interpreted.hpp"
Include dependency graph for vm_interpreted_light.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  randomx::InterpretedLightVm< Allocator, softAes >
 

Namespaces

 randomx
 

Typedefs

using randomx::InterpretedLightVmDefault = InterpretedLightVm< AlignedAllocator< CacheLineSize >, true >
 
using randomx::InterpretedLightVmHardAes = InterpretedLightVm< AlignedAllocator< CacheLineSize >, false >
 
using randomx::InterpretedLightVmLargePage = InterpretedLightVm< LargePageAllocator, true >
 
using randomx::InterpretedLightVmLargePageHardAes = InterpretedLightVm< LargePageAllocator, false >