Searched refs:max_align_t (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Allocator.h | 185 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 D | stddef.h | 58 typedef __max_align_t max_align_t; typedef
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstddef | 28 max_align_t // C++11 63 using ::max_align_t _LIBCPP_USING_IF_EXISTS;
|
H A D | new | 258 return __align > _LIBCPP_ALIGNOF(max_align_t);
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstddef.inc | 11 using ::max_align_t _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstddef.inc | 11 using std::max_align_t _LIBCPP_USING_IF_EXISTS;
|
H A D | cstddef.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | memory_resource.h | 29 static const size_t __max_align = alignof(max_align_t);
|
H A D | polymorphic_allocator.h | 81 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 D | memory_resource.cpp | 235 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 D | guarded_pool_allocator.h | 104 // 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 D | guarded_pool_allocator.cpp | 217 Alignment = alignof(max_align_t); in allocate()
|
/freebsd/contrib/llvm-project/libcxx/include/experimental/ |
H A D | memory_resource |
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | module.modulemap | 245 explicit module max_align_t {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c.inc | 13 // 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 D | CSymbolMap.inc | 621 SYMBOL(max_align_t, None, <stddef.h>)
|
H A D | StdSymbolMap.inc | 2100 SYMBOL(max_align_t, std::, <cstddef>) 2101 SYMBOL(max_align_t, None, <cstddef>) 2102 SYMBOL(max_align_t, None, <stddef.h>)
|