V8 Project
msan.h File Reference
#include "src/globals.h"
+ Include dependency graph for msan.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __has_feature(x)   0
 
#define MSAN_ALLOCATED_UNINITIALIZED_MEMORY(p, s)
 
#define MSAN_MEMORY_IS_INITIALIZED(p, s)
 

Macro Definition Documentation

◆ __has_feature

#define __has_feature (   x)    0

Definition at line 13 of file msan.h.

◆ MSAN_ALLOCATED_UNINITIALIZED_MEMORY

#define MSAN_ALLOCATED_UNINITIALIZED_MEMORY (   p,
 
)

Definition at line 29 of file msan.h.

◆ MSAN_MEMORY_IS_INITIALIZED

#define MSAN_MEMORY_IS_INITIALIZED (   p,
 
)

Definition at line 30 of file msan.h.