Searched refs:thrown_size (Results 1 – 2 of 2) sorted by relevance
279 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) _GLIBCXX_NOTHROW in __cxa_allocate_exception() argument283 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()
581 extern "C" void *__cxa_allocate_exception(size_t thrown_size) in __cxa_allocate_exception() argument583 size_t size = thrown_size + sizeof(__cxa_exception); in __cxa_allocate_exception()