Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmallocator.hpp36 using size_type = typename base_type::size_type; typedef in Petsc::device::cupm::HostAllocator
87 using size_type = typename base_type::size_type; typedef in Petsc::device::cupm::DeviceAllocator
/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp62 using size_type = std::size_t; typedef in Petsc::memory::PoolAllocator
192 using size_type = typename allocator_type::size_type; typedef in Petsc::memory::PoolAllocated
360 using size_type = typename allocator_type::size_type; typedef in Petsc::ObjectPool
H A Dunordered_map.hpp69 using size_type = std::size_t; typedef in Petsc::khash::KHashTable
1233 using size_type = typename table_type::size_type; typedef in Petsc::UnorderedMap
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp98 using size_type = std::size_t; typedef in Petsc::memory::impl::MemoryChunk
307 using size_type = typename chunk_type::size_type; typedef in Petsc::memory::impl::MemoryBlock
577 using size_type = std::size_t; typedef
697 using size_type = typename block_type::size_type; typedef in Petsc::memory::SegmentedMemoryPool
/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex3.c27 …stSizes(MPI_Comm comm, MatType mat_type, PetscInt n, PetscInt N, TestSizeType size_type, PetscBool… in CreateMatWithTestSizes()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx291 typedef ConstPetscScalarKokkosView::size_type size_type; typedef
756 typedef ConstPetscScalarKokkosView::size_type size_type; typedef
1183 typedef ConstPetscScalarKokkosView::size_type size_type; typedef
/petsc/include/petsc/private/
H A Dveccupmimpl.h54 using size_type = PetscCount; member