CCTLib
Calling-context and data-object attribution library for Intel Pin
deadspy_repstos_tp.c File Reference
#include <stdint.h>
#include <string.h>
+ Include dependency graph for deadspy_repstos_tp.c:

Go to the source code of this file.

Macros

#define N   512
 

Functions

int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 
static uint64_t buf [N]
 

Macro Definition Documentation

◆ N

#define N   512

Definition at line 7 of file deadspy_repstos_tp.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 10 of file deadspy_repstos_tp.c.

References buf, N, and sink.

Variable Documentation

◆ buf

uint64_t buf[N]
static

Definition at line 9 of file deadspy_repstos_tp.c.

Referenced by main().

◆ sink

volatile uint64_t sink
static

Definition at line 8 of file deadspy_repstos_tp.c.

Referenced by main().