Home
last modified time | relevance | path

Searched defs:align (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx33 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()
[all …]
/petsc/src/sys/ftn-custom/
H A Dzutils.c94 PetscErrorCode PetscScalarAddressToFortran(PetscObject obj, PetscInt align, PetscScalar *base, Pets… in PetscScalarAddressToFortran()