Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__memory/
H A Dbuiltin_new_allocator.h32 : __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 Dmemory_resource.cpp145 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 Dmonotonic_buffer_resource.h37 size_t __align_; member
94 __res_->deallocate(__chunks_->__start_, __chunks_->__allocation_size(), __chunks_->__align_); in release()