Searched refs:__free_with_fallback (Results 1 – 4 of 4) sorted by relevance
25 void __free_with_fallback(void *ptr);
61 __free_with_fallback ( p ); in destruct_()
155 __free_with_fallback(cxa_exception_from_thrown_object(thrown_object)); in __cxa_free_exception()175 __free_with_fallback(dependent_exception); in __cxa_free_dependent_exception()
217 void __free_with_fallback(void *ptr) { in __free_with_fallback() function