Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dfallback_malloc.h19 _LIBCXXABI_HIDDEN void * __aligned_malloc_with_fallback(size_t size);
Dcxa_exception.cpp192 (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()
Dfallback_malloc.cpp208 void* __aligned_malloc_with_fallback(size_t size) { in __aligned_malloc_with_fallback() function