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

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc107 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) throw() argument
111 thrown_size += sizeof (__cxa_exception);
112 ret = malloc (thrown_size);
121 if (thrown_size > EMERGENCY_OBJ_SIZE)
H A Dunwind-cxx.h109 extern "C" void *__cxa_allocate_exception(std::size_t thrown_size) throw();
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc572 * be used to store an object of thrown_size bytes. This function will use an
576 extern "C" void *__cxa_allocate_exception(size_t thrown_size) argument
578 size_t size = thrown_size + sizeof(__cxa_exception);

Completed in 104 milliseconds