Searched refs:thrown_size (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/libsupc++/
H A Deh_alloc.cc111 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) throw() argument
115 thrown_size += sizeof (__cxa_exception);
116 ret = malloc (thrown_size);
131 if (thrown_size > EMERGENCY_OBJ_SIZE)
H A Dunwind-cxx.h109 extern "C" void *__cxa_allocate_exception(std::size_t thrown_size) throw();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_alloc.cc97 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) throw() argument
101 thrown_size += sizeof (__cxa_refcounted_exception);
102 ret = malloc (thrown_size);
111 if (thrown_size > EMERGENCY_OBJ_SIZE)
H A Dunwind-cxx.h155 extern "C" void *__cxa_allocate_exception(std::size_t thrown_size) throw();

Completed in 60 milliseconds