|
umem
1.0.1
|
#include "config.h"#include <sys/types.h>#include <signal.h>#include <stdarg.h>#include <string.h>#include <stdio.h>#include "misc.h"Macros | |
| #define | UMEM_EXIT_ABORT 1 |
| #define | SKIP_FRAMES 1 /* skip the panic frame */ |
| #define | ERR_STACK_FRAMES 128 |
Functions | |
| void | umem_panic (const char *format,...) |
| void | umem_err_recoverable (const char *format,...) |
| int | __umem_assert_failed (const char *assertion, const char *file, int line) |
| #define ERR_STACK_FRAMES 128 |
| #define SKIP_FRAMES 1 /* skip the panic frame */ |
| #define UMEM_EXIT_ABORT 1 |
| int __umem_assert_failed | ( | const char * | assertion, |
| const char * | file, | ||
| int | line | ||
| ) |
References umem_panic().
| void umem_err_recoverable | ( | const char * | format, |
| ... | |||
| ) |
References umem_error_enter(), and umem_vprintf().
| void umem_panic | ( | const char * | format, |
| ... | |||
| ) |
References umem_error_enter(), and umem_vprintf().
Referenced by __umem_assert_failed(), getpcstack(), umem_init(), vmem_add(), and vmem_xalloc().
1.8.14