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

/external/libcxxabi/src/
H A Dcxa_exception.cpp165 // Reserve "thrown_size" bytes on the end for the user's exception
169 void *__cxa_allocate_exception(size_t thrown_size) throw() { argument
170 size_t actual_size = cxa_exception_size_from_exception_thrown_size(thrown_size);

Completed in 92 milliseconds