Searched refs:__aligned_malloc_with_fallback (Results 1 – 3 of 3) sorted by relevance
19 _LIBCXXABI_HIDDEN void * __aligned_malloc_with_fallback(size_t size);
192 (char *)__aligned_malloc_with_fallback(header_offset + actual_size); in __cxa_allocate_exception()217 void *ptr = __aligned_malloc_with_fallback(actual_size); in __cxa_allocate_dependent_exception()
208 void* __aligned_malloc_with_fallback(size_t size) { in __aligned_malloc_with_fallback() function