Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp805 auto aligned_size = alignment == alignof(char) ? size : size + alignment; in allocate() local
808 PetscCall(allocate_(aligned_size, &ret_ptr, stream)); in allocate()
810 std::align(alignment, size, vptr, aligned_size); in allocate()