#include <new>
#include "vm_compiled.hpp"
Go to the source code of this file.
|
| using | randomx::CompiledLightVmDefault = CompiledLightVm< AlignedAllocator< CacheLineSize >, true, false > |
| |
| using | randomx::CompiledLightVmHardAes = CompiledLightVm< AlignedAllocator< CacheLineSize >, false, false > |
| |
| using | randomx::CompiledLightVmLargePage = CompiledLightVm< LargePageAllocator, true, false > |
| |
| using | randomx::CompiledLightVmLargePageHardAes = CompiledLightVm< LargePageAllocator, false, false > |
| |
| using | randomx::CompiledLightVmDefaultSecure = CompiledLightVm< AlignedAllocator< CacheLineSize >, true, true > |
| |
| using | randomx::CompiledLightVmHardAesSecure = CompiledLightVm< AlignedAllocator< CacheLineSize >, false, true > |
| |
| using | randomx::CompiledLightVmLargePageSecure = CompiledLightVm< LargePageAllocator, true, true > |
| |
| using | randomx::CompiledLightVmLargePageHardAesSecure = CompiledLightVm< LargePageAllocator, false, true > |
| |