Searched refs:__align_ (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | builtin_new_allocator.h | 32 : __size_(__size), __align_(__align) {} in __builtin_new_deleter() 35 std::__libcpp_deallocate(__p, __size_, __align_); in operator() 40 size_t __align_; member
|
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | memory_resource.cpp | 145 size_t __align_; member 152 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_); in __release_ptr() 171 h->__align_ = align; in __do_allocate() 181 upstream->deallocate(p, __first_->__allocation_size(), __first_->__align_); in __do_deallocate() 187 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_); in __do_deallocate() 201 size_t __align_; member 219 …eallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_->__align_); in __release_ptr() 249 h->__align_ = __default_alignment; in __allocate_in_new_chunk() 490 footer->__align_ = align; in do_allocate()
|
| /src/contrib/llvm-project/libcxx/include/__memory_resource/ |
| H A D | monotonic_buffer_resource.h | 37 size_t __align_; member 94 __res_->deallocate(__chunks_->__start_, __chunks_->__allocation_size(), __chunks_->__align_); in release()
|