v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
memory-tagging.cc File Reference
#include "src/heap/base/memory-tagging.h"
#include "src/base/cpu.h"
#include "src/base/logging.h"
#include "v8config.h"
Include dependency graph for memory-tagging.cc:

Go to the source code of this file.

Namespaces

namespace  heap
 
namespace  heap::base
 

Macros

#define SUPPORTS_MTE   V8_OS_LINUX&& V8_HOST_ARCH_ARM64
 

Macro Definition Documentation

◆ SUPPORTS_MTE

#define SUPPORTS_MTE   V8_OS_LINUX&& V8_HOST_ARCH_ARM64

Definition at line 11 of file memory-tagging.cc.