Functions to help with cleanup.
More...
#include <freeradius-devel/util/fring.h>
Go to the source code of this file.
Functions to help with cleanup.
Allows for printing backtraces of memory allocations or after crashes
- Copyright
- 2025 Arran Cudbard-Bell (a.cud.nosp@m.bard.nosp@m.b@fre.nosp@m.erad.nosp@m.ius.o.nosp@m.rg)
Definition in file backtrace.h.
◆ fr_bt_marker_t
◆ fr_backtrace()
void fr_backtrace |
( |
void |
| ) |
|
◆ fr_backtrace_attach()
◆ fr_backtrace_init()
void fr_backtrace_init |
( |
char const * |
program | ) |
|
◆ fr_backtrace_print()
void fr_backtrace_print |
( |
fr_fring_t * |
fring, |
|
|
void * |
obj |
|
) |
| |