Lines Matching defs:align

33   align_type align;  member
43 constexpr PoolAllocator::AllocationHeader::AllocationHeader(size_type size, align_type align) noexc… in AllocationHeader()
102 constexpr PoolAllocator::size_type PoolAllocator::total_size_(size_type size, align_type align) noe… in total_size_()
149 PoolAllocator::pool_type::iterator PoolAllocator::find_align_(align_type align) noexcept in find_align_()
151 …his->pool().end(), align, [](const pool_type::value_type &pair, const align_type &align) { return … in find_align_()
156 …his->pool().end(), align, [](const pool_type::value_type &pair, const align_type &align) { return … in find_align_()
220 const auto align = util::to_underlying(in_align); in valid_alignment_() local
297 PetscErrorCode PoolAllocator::allocate_ptr_(size_type size, align_type align, void **ret_ptr) noexc… in allocate_ptr_()
386 PetscErrorCode PoolAllocator::get_attributes(const void *ptr, size_type *size, align_type *align) n… in get_attributes()
424 PetscErrorCode PoolAllocator::try_allocate(void **out_ptr, size_type size, align_type align, bool *… in try_allocate()
472 PetscErrorCode PoolAllocator::allocate(void **out_ptr, size_type size, align_type align, bool *allo… in allocate()
500 PetscErrorCode PoolAllocator::deallocate(void **in_ptr, size_type size, align_type align) noexcept in deallocate()
596 align_type align{}; in operator delete() local
606 void *PoolAllocated::operator new(size_type size, std::align_val_t align) noexcept in operator new()
615 void PoolAllocated::operator delete(void *ptr, std::align_val_t align) noexcept in operator delete()