Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dfallback_malloc.h23 _LIBCXXABI_HIDDEN void __aligned_free_with_fallback(void *ptr);
H A Dcxa_exception.cpp206 __aligned_free_with_fallback((void *)raw_buffer); in __cxa_free_exception()
226 __aligned_free_with_fallback(dependent_exception); in __cxa_free_dependent_exception()
H A Dfallback_malloc.cpp284 void __aligned_free_with_fallback(void* ptr) { in __aligned_free_with_fallback() function