Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmallocator.hpp58 inline PetscErrorCode HostAllocator<T, P>::deallocate(value_type *ptr, const StreamBase<U> *) noexc… in deallocate() function in Petsc::device::cupm::HostAllocator
113 inline PetscErrorCode DeviceAllocator<T, P>::deallocate(value_type *ptr, const StreamBase<U> *strea… in deallocate() function in Petsc::device::cupm::DeviceAllocator
H A Dcupmevent.hpp62 inline PetscErrorCode CUPMEventPool<T, flags>::deallocate(cupmEvent_t *in_event) noexcept in deallocate() function in Petsc::device::cupm::CUPMEventPool
/petsc/src/ksp/ksp/tests/raja/
H A DmemoryManager.hpp50 void deallocate(T *&ptr) in deallocate() function
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp603 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::deallocate(value_type *ptr, const device… in deallocate() function in Petsc::memory::impl::SegmentedMemoryPoolAllocatorBase
830 …SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::deallocate(value_type **ptr… in deallocate() function in Petsc::memory::SegmentedMemoryPool
/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp450 inline PetscErrorCode ObjectPool<T, Constructor>::deallocate(value_type **obj) noexcept in deallocate() function in Petsc::ObjectPool
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx500 PetscErrorCode PoolAllocator::deallocate(void **in_ptr, size_type size, align_type align) noexcept in deallocate() function in Petsc::memory::PoolAllocator