Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_alloc.cc100 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) _GLIBCXX_NOTHROW in __cxa_allocate_exception() argument
104 thrown_size += sizeof (__cxa_refcounted_exception); in __cxa_allocate_exception()
105 ret = malloc (thrown_size); in __cxa_allocate_exception()
114 if (thrown_size > EMERGENCY_OBJ_SIZE) in __cxa_allocate_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Deh_alloc.cc248 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) _GLIBCXX_NOTHROW in __cxa_allocate_exception() argument
252 thrown_size += sizeof (__cxa_refcounted_exception); in __cxa_allocate_exception()
253 ret = malloc (thrown_size); in __cxa_allocate_exception()
256 ret = emergency_pool.allocate (thrown_size); in __cxa_allocate_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Deh_alloc.cc267 __cxxabiv1::__cxa_allocate_exception(std::size_t thrown_size) _GLIBCXX_NOTHROW in __cxa_allocate_exception() argument
271 thrown_size += sizeof (__cxa_refcounted_exception); in __cxa_allocate_exception()
272 ret = malloc (thrown_size); in __cxa_allocate_exception()
275 ret = emergency_pool.allocate (thrown_size); in __cxa_allocate_exception()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A 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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A 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()

Completed in 9 milliseconds