Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dfallback_malloc.h18 _LIBCXXABI_HIDDEN void * __aligned_malloc_with_fallback(size_t size);
H A Dcxa_exception.cpp190 (char *)__aligned_malloc_with_fallback(header_offset + actual_size); in __cxa_allocate_exception()
215 void *ptr = __aligned_malloc_with_fallback(actual_size); in __cxa_allocate_dependent_exception()
H A Dfallback_malloc.cpp257 void* __aligned_malloc_with_fallback(size_t size) { in __aligned_malloc_with_fallback() function