#include "config.h"
#include <sys/types.h>
#include <signal.h>
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
#include "misc.h"
Defines | |
#define | UMEM_EXIT_ABORT 1 |
#define | SKIP_FRAMES 1 |
#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 |
#define UMEM_EXIT_ABORT 1 |
int __umem_assert_failed | ( | const char * | assertion, | |
const char * | file, | |||
int | line | |||
) |
void umem_err_recoverable | ( | const char * | format, | |
... | ||||
) |
void umem_panic | ( | const char * | format, | |
... | ||||
) |