Home
last modified time | relevance | path

Searched refs:__aligned_free_with_fallback (Results 1 – 3 of 3) sorted by relevance

/external/libcxxabi/src/
Dfallback_malloc.h24 _LIBCXXABI_HIDDEN void __aligned_free_with_fallback(void *ptr);
Dcxa_exception.cpp208 __aligned_free_with_fallback((void *)raw_buffer); in __cxa_free_exception()
228 __aligned_free_with_fallback(dependent_exception); in __cxa_free_dependent_exception()
Dfallback_malloc.cpp236 void __aligned_free_with_fallback(void* ptr) { in __aligned_free_with_fallback() function