Home
last modified time | relevance | path

Searched refs:__free_with_fallback (Results 1 – 4 of 4) sorted by relevance

/external/libcxxabi/src/
Dfallback_malloc.h25 void __free_with_fallback(void *ptr);
Dcxa_exception_storage.cpp61 __free_with_fallback ( p ); in destruct_()
Dcxa_exception.cpp155 __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()
Dfallback_malloc.cpp217 void __free_with_fallback(void *ptr) { in __free_with_fallback() function