Home
last modified time | relevance | path

Searched refs:__libcpp_aligned_alloc (Results 1 – 4 of 4) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Daligned_alloc.h31 void* __libcpp_aligned_alloc(std::size_t __alignment, std::size_t __size) { in __libcpp_aligned_alloc() function
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dfallback_malloc.cpp259 if (void* dest = std::__libcpp_aligned_alloc(alignof(__aligned_type), size)) in __aligned_malloc_with_fallback()
267 if (void* dest = std::__libcpp_aligned_alloc(__alignof(__aligned_type), size)) in __aligned_malloc_with_fallback()
Dstdlib_new_delete.cpp153 while ((p = std::__libcpp_aligned_alloc(static_cast<std::size_t>(alignment), size)) == nullptr) in operator new()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dnew.cpp190 while ((p = std::__libcpp_aligned_alloc(static_cast<std::size_t>(alignment), size)) == nullptr) in operator new()