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

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

static volatile uint64_t sink
 
static uint64_t buf [8]
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 11 of file footprint_small.c.

References buf, and sink.

Variable Documentation

◆ buf

uint64_t buf[8]
static

Definition at line 9 of file footprint_small.c.

Referenced by main().

◆ sink

volatile uint64_t sink
static

Definition at line 8 of file footprint_small.c.

Referenced by main().