Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/utils/
H A Dsegbuffer.c5 PetscCount alloc; /* number of units allocated */ member
24 PetscCount alloc; in PetscSegBufferAlloc_Private() local
/petsc/src/mat/utils/
H A Dpheap.c11 PetscInt alloc; /* length of array */ member
/petsc/src/vec/vec/impls/mpi/mpiviennacl/
H A Dmpiviennacl.cxx360 PetscErrorCode VecCreate_MPIViennaCL_Private(Vec vv, PetscBool alloc, PetscInt nghost, const Vienna… in VecCreate_MPIViennaCL_Private()
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp366 MemoryBlock<T, A, S>::MemoryBlock(allocator_type *alloc, size_type s, const device::StreamBase<U> *… in MemoryBlock()
777 …mType, StreamType, AllocType, DefaultChunkSize>::SegmentedMemoryPool(AllocType alloc, std::size_t … in SegmentedMemoryPool()
/petsc/include/petsc/private/
H A Dveccupmimpl.h375 if (auto &alloc = VecIMPLCast(v)->array_allocated) PetscFunctionReturn(PETSC_SUCCESS); in HostAllocateCheck_() local
396 if (auto &alloc = VecCUPMCast(v)->array_d) PetscFunctionReturn(PETSC_SUCCESS); in DeviceAllocateCheck_() local
H A Dpetscdsimpl.h37 size_t alloc; /* Number of bytes allocated for array */ member
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c556 PetscErrorCode VecCreate_MPI_Private(Vec v, PetscBool alloc, PetscInt nghost, const PetscScalar arr… in VecCreate_MPI_Private()