Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h185 this->getAllocator().Allocate(PaddedSize, alignof(std::max_align_t)); in AllocateSlow()
345 alignof(std::max_align_t)); in StartNewSlab()
362 alignof(std::max_align_t)); in DeallocateSlabs()
371 this->getAllocator().Deallocate(Ptr, Size, alignof(std::max_align_t)); in DeallocateCustomSizedSlabs()
449 alignof(std::max_align_t))); in new()
/freebsd/include/
H A Dstddef.h58 typedef __max_align_t max_align_t; typedef
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstddef28 max_align_t // C++11
63 using ::max_align_t _LIBCPP_USING_IF_EXISTS;
H A Dnew258 return __align > _LIBCPP_ALIGNOF(max_align_t);
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstddef.inc11 using ::max_align_t _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstddef.inc11 using std::max_align_t _LIBCPP_USING_IF_EXISTS;
H A Dcstddef.cppm
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmemory_resource.h29 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 …BI void deallocate_bytes(void* __ptr, size_t __nbytes, size_t __alignment = alignof(max_align_t)) {
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp235 static_assert(__default_alignment >= alignof(std::max_align_t), ""); in __allocate_in_new_chunk()
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_)) in __pool_index()
/freebsd/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.cpp217 Alignment = alignof(max_align_t); in allocate()
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmodule.modulemap245 explicit module max_align_t {
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc13 // malloc-type functions have to be aligned to std::max_align_t. This is
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc621 SYMBOL(max_align_t, None, <stddef.h>)
H A DStdSymbolMap.inc2100 SYMBOL(max_align_t, std::, <cstddef>)
2101 SYMBOL(max_align_t, None, <cstddef>)
2102 SYMBOL(max_align_t, None, <stddef.h>)