Searched defs:req_size (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 223 inline PetscErrorCode MemoryChunk<E>::claim(const device::StreamBase<U> *stream, size_type req_size… in claim() 247 inline bool MemoryChunk<E>::can_claim(const device::StreamBase<U> *stream, size_type req_size, bool… in can_claim() 430 inline PetscErrorCode MemoryBlock<T, A, S>::try_allocate_chunk(size_type req_size, T **ptr, const s… in try_allocate_chunk() 796 …moryPool<MemType, StreamType, AllocType, DefaultChunkSize>::allocate(size_t req_size, value_type *… in allocate()
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 863 inline PetscErrorCode KHashTable<V, H, KE>::reserve(size_type req_size) noexcept in reserve() 932 inline PetscErrorCode KHashTable<V, H, KE>::resize(size_type req_size) noexcept in resize()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.h | 18 PetscInt *req_size; member
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 623 PetscInt msz, **ptr = NULL, *req_size = NULL, *ctr = NULL, *tmp = NULL, tcol; local
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 1224 PetscInt msz, **ptr, *req_size, *ctr, *tmp, tcol, *iptr; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local 2044 PetscInt msz, **ptr = NULL, *req_size = NULL, *ctr = NULL, *tmp = NULL, tcol; in MatCreateSubMatrices_MPIAIJ_Local() local
|