Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.cpp190 (char *)__aligned_malloc_with_fallback(header_offset + actual_size); in __cxa_allocate_exception()
228 void *ptr = __aligned_malloc_with_fallback(actual_size); in __cxa_allocate_dependent_exception()
H A Dfallback_malloc.h18 _LIBCXXABI_HIDDEN void * __aligned_malloc_with_fallback(size_t size);
H A Dfallback_malloc.cpp258 void* __aligned_malloc_with_fallback(size_t size) { in __aligned_malloc_with_fallback() function
/aosp_15_r20/external/libcxxabi/src/
H A 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()
H A Dfallback_malloc.h19 _LIBCXXABI_HIDDEN void * __aligned_malloc_with_fallback(size_t size);
H A Dfallback_malloc.cpp208 void* __aligned_malloc_with_fallback(size_t size) { in __aligned_malloc_with_fallback() function