#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "filenames.h"
#include "backtrace.h"
#include "backtrace-supported.h"
#include "testlib.h"
Go to the source code of this file.
◆ at_fail_alloc_p()
| int at_fail_alloc_p |
( |
void |
| ) |
|
|
extern |
◆ callback_full()
| static int callback_full |
( |
void *vdata |
ATTRIBUTE_UNUSED, |
|
|
uintptr_t pc |
ATTRIBUTE_UNUSED, |
|
|
const char *filename |
ATTRIBUTE_UNUSED, |
|
|
int lineno |
ATTRIBUTE_UNUSED, |
|
|
const char *function |
ATTRIBUTE_UNUSED |
|
) |
| |
|
static |
◆ f2()
| static int f2 |
( |
int |
f1line | ) |
|
|
static |
◆ f3()
| static int f3 |
( |
int f1line |
ATTRIBUTE_UNUSED, |
|
|
int f2line |
ATTRIBUTE_UNUSED |
|
) |
| |
|
static |
◆ get_nr_allocs()
| uint64_t get_nr_allocs |
( |
void |
| ) |
|
|
extern |
◆ main()
| int main |
( |
int argc |
, |
|
|
char ** |
argv |
|
) |
| |
◆ set_fail_at_alloc()
| void set_fail_at_alloc |
( |
uint64_t |
nr | ) |
|
|
extern |
◆ test1()
| static int test1 |
( |
void |
| ) |
|
|
static |