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

Go to the source code of this file.

Macros

#define N   (10000000)
 

Functions

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

Variables

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

Macro Definition Documentation

◆ N

#define N   (10000000)

Definition at line 2 of file test3.c.

Function Documentation

◆ f()

void f ( )

Definition at line 20 of file test3.c.

References g().

Referenced by main(), and mix().

◆ g()

void g ( )

Definition at line 7 of file test3.c.

References C, and N.

Referenced by f().

◆ h()

void h ( )

Definition at line 14 of file test3.c.

References N.

Referenced by main().

◆ main()

int main ( )

Definition at line 25 of file test3.c.

References f(), and h().

Variable Documentation

◆ A

int A[N]

Definition at line 3 of file test3.c.

◆ B

int B[N/2]

Definition at line 4 of file test3.c.

◆ C

int C[N]

Definition at line 5 of file test3.c.

Referenced by g().