Searched refs:thrown_size (Results 1 – 2 of 2) sorted by relevance
185 void *__cxa_allocate_exception(size_t thrown_size) throw() { in __cxa_allocate_exception() argument186 size_t actual_size = cxa_exception_size_from_exception_thrown_size(thrown_size); in __cxa_allocate_exception()
43 __cxa_allocate_exception(size_t thrown_size) throw();