| Whole document treeeh_alloc.cc File Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members 
 eh_alloc.cc File Reference#include <exception>
 #include <cstdlib>
 #include <cstring>
 #include <limits.h>
 #include "unwind-cxx.h"
 #include "bits/c++config.h"
 #include "bits/gthr.h"
 
Include dependency graph for eh_alloc.cc:   
Go to the source code of this file. 
 Define Documentation
 
  
    | 
        
          | #define EMERGENCY_OBJ_COUNT   4 |  |  
 
  
    | 
        
          | #define EMERGENCY_OBJ_COUNT   64 |  |  
 
  
    | 
        
          | #define EMERGENCY_OBJ_SIZE   1024 |  |  
 Typedef Documentation
 
  
    | 
        
          | typedef char one_buffer [EMERGENCY_OBJ_SIZE] __attribute__((aligned)) |  |  
 
  
    | 
        
          | typedef unsigned int bitmask_type |  |  
 Function Documentation
 
  
    | 
        
          | void* __cxa_allocate_exception | ( | std::size_t | thrown_size | ) |  |  |  
 
  
    | 
        
          | void __cxa_free_exception | ( | void * | vptr | ) |  |  |  
 Variable Documentation
 
  
    | 
        
          | one_buffer emergency_buffer[EMERGENCY_OBJ_COUNT]  [static] |  |  
 Generated on Mon Apr 8 03:12:33 2002 for libstdc++-v3 Source by
  1.2.15 |