Searched defs:alloc (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/utils/ |
| H A D | segbuffer.c | 5 PetscCount alloc; /* number of units allocated */ member 24 PetscCount alloc; in PetscSegBufferAlloc_Private() local
|
| /petsc/src/mat/utils/ |
| H A D | pheap.c | 11 PetscInt alloc; /* length of array */ member
|
| /petsc/src/vec/vec/impls/mpi/mpiviennacl/ |
| H A D | mpiviennacl.cxx | 360 PetscErrorCode VecCreate_MPIViennaCL_Private(Vec vv, PetscBool alloc, PetscInt nghost, const Vienna… in VecCreate_MPIViennaCL_Private()
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 366 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 D | veccupmimpl.h | 375 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 D | petscdsimpl.h | 37 size_t alloc; /* Number of bytes allocated for array */ member
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pbvec.c | 556 PetscErrorCode VecCreate_MPI_Private(Vec v, PetscBool alloc, PetscInt nghost, const PetscScalar arr… in VecCreate_MPI_Private()
|