Searched refs:max_align_t (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__stddef_max_align_t.h1 /*===---- __stddef_max_align_t.h - Definition of max_align_t ---------------===
14 typedef double max_align_t; typedef
16 typedef long double max_align_t; typedef
18 // Define 'max_align_t' to match the GCC definition.
24 } max_align_t; typedef in typeref:struct:__anon641
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstddef.inc11 using ::max_align_t;
/freebsd-current/include/
H A Dstddef.h65 typedef __max_align_t max_align_t; typedef
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcstddef.inc11 using std::max_align_t;
/freebsd-current/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h30 static const size_t __max_align = alignof(max_align_t);
H A Dpolymorphic_allocator.h81 allocate_bytes(size_t __nbytes, size_t __alignment = alignof(max_align_t)) {
85 _LIBCPP_HIDE_FROM_ABI void deallocate_bytes(void* __ptr, size_t __nbytes, size_t __alignment = alignof(max_align_t)) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h180 this->getAllocator().Allocate(PaddedSize, alignof(std::max_align_t));
340 alignof(std::max_align_t));
357 alignof(std::max_align_t));
366 this->getAllocator().Deallocate(Ptr, Size, alignof(std::max_align_t));
444 alignof(std::max_align_t)));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h104 // handle. By default, uses strong alignment (i.e. `max_align_t`), see
107 void *allocate(size_t Size, size_t Alignment = alignof(max_align_t));
H A Dguarded_pool_allocator.cpp214 Alignment = alignof(max_align_t);
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp235 static_assert(__default_alignment >= alignof(std::max_align_t), "");
272 static const size_t __default_alignment = alignof(max_align_t);
280 if (align > alignof(std::max_align_t) || bytes > (size_t(1) << __num_fixed_pools_))

Completed in 133 milliseconds