#include <exception>
#include <cstdlib>
#include <cstring>
#include <limits.h>
#include "unwind-cxx.h"
#include "gthr.h"
Include dependency graph for eh_alloc.cc:
Go to the source code of this file.
Defines | |
#define | EMERGENCY_OBJ_SIZE 1024 |
#define | EMERGENCY_OBJ_COUNT 64 |
#define | EMERGENCY_OBJ_COUNT 4 |
Typedefs | |
typedef unsigned int | bitmask_type |
typedef char one_buffer [EMERGENCY_OBJ_SIZE] | __attribute__ ((aligned)) |
Functions | |
void* | __cxa_allocate_exception (std::size_t thrown_size) |
void | __cxa_free_exception (void *vptr) |
Variables | |
one_buffer | emergency_buffer [EMERGENCY_OBJ_COUNT] |
bitmask_type | emergency_used |
|
Definition at line 63 of file eh_alloc.cc. |
|
Definition at line 63 of file eh_alloc.cc. |
|
Definition at line 57 of file eh_alloc.cc. |
|
Definition at line 73 of file eh_alloc.cc. Referenced by read_encoded_value(). |
|
Definition at line 67 of file eh_alloc.cc. |
|
Definition at line 96 of file eh_alloc.cc. |
|
Definition at line 143 of file eh_alloc.cc. Referenced by __gxx_exception_cleanup(). |
|
Definition at line 74 of file eh_alloc.cc. |
|
Definition at line 75 of file eh_alloc.cc. |