Searched refs:SegmentedMemoryPool (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 686 class SegmentedMemoryPool; 690 class SegmentedMemoryPool : public RegisterFinalizeable<SegmentedMemoryPool<MemType, StreamType, Al… class 699 …explicit SegmentedMemoryPool(AllocType = AllocType{}, std::size_t = DefaultChunkSize) noexcept(std… 712 …friend class RegisterFinalizeable<SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunk… 724 inline PetscErrorCode SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::make_b… in make_block_() 735 inline PetscErrorCode SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::regist… in register_finalize_() 743 inline PetscErrorCode SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::finali… in finalize_() 752 inline PetscErrorCode SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::alloca… in allocate_() 777 inline SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::SegmentedMemoryPool(A… in SegmentedMemoryPool() function in Petsc::memory::SegmentedMemoryPool 796 inline PetscErrorCode SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::alloca… in allocate() [all …]
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmcontext.hpp | 181 …template <typename Allocator, typename PoolType = ::Petsc::memory::SegmentedMemoryPool<typename Al…
|