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

Go to the source code of this file.

Macros

#define N   (10000000)
 

Functions

void g ()
 
void h ()
 
void h1 ()
 
void f ()
 
int main ()
 

Variables

int A [N]
 
int B [N/2]
 

Macro Definition Documentation

◆ N

#define N   (10000000)

Definition at line 2 of file test1.c.

Function Documentation

◆ f()

void f ( )

Definition at line 23 of file test1.c.

References g().

Referenced by InstrumentTrace(), main(), RunChecksAndExit(), and shashawen().

◆ g()

◆ h()

◆ h1()

void h1 ( )

Definition at line 17 of file test1.c.

References N.

Referenced by main().

◆ main()

int main ( )

Definition at line 28 of file test1.c.

References f(), h(), and h1().

Variable Documentation

◆ A

int A[N]

Definition at line 3 of file test1.c.

◆ B

int B[N/2]

Definition at line 4 of file test1.c.