Home
last modified time | relevance | path

Searched refs:thrown_size (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Deh_alloc.cc279 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) _GLIBCXX_NOTHROW in __cxa_allocate_exception() argument
283 thrown_size += sizeof (__cxa_refcounted_exception); in __cxa_allocate_exception()
284 ret = malloc (thrown_size); in __cxa_allocate_exception()
287 ret = emergency_pool.allocate (thrown_size); in __cxa_allocate_exception()
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dexception.cc581 extern "C" void *__cxa_allocate_exception(size_t thrown_size) in __cxa_allocate_exception() argument
583 size_t size = thrown_size + sizeof(__cxa_exception); in __cxa_allocate_exception()