Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dfallback_malloc.cpp255 struct __attribute__((aligned)) __aligned_type {}; struct
259 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()