|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <cstdint>#include <cstdio>
Include dependency graph for exc_dtor_cleanup.cpp:Go to the source code of this file.
Classes | |
| struct | Guard |
Macros | |
| #define | ITERS 500 |
Functions | |
| __attribute__ ((noinline)) void dtorcleanup_try_marker(int i) | |
| static void | thrower (int i) |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| static uint64_t | buf [ITERS] |
| #define ITERS 500 |
Definition at line 12 of file exc_dtor_cleanup.cpp.
| __attribute__ | ( | (noinline) | ) |
Definition at line 16 of file exc_dtor_cleanup.cpp.
References sink.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
|
static |
Definition at line 14 of file exc_dtor_cleanup.cpp.
|
static |
Definition at line 13 of file exc_dtor_cleanup.cpp.
Referenced by __attribute__(), and main().