Searched defs:deallocate (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmallocator.hpp | 58 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 D | cupmevent.hpp | 62 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 D | memoryManager.hpp | 50 void deallocate(T *&ptr) in deallocate() function
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 603 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 D | object_pool.hpp | 450 inline PetscErrorCode ObjectPool<T, Constructor>::deallocate(value_type **obj) noexcept in deallocate() function in Petsc::ObjectPool
|
| /petsc/src/sys/objects/cxx/memory/ |
| H A D | object_pool.cxx | 500 PetscErrorCode PoolAllocator::deallocate(void **in_ptr, size_type size, align_type align) noexcept in deallocate() function in Petsc::memory::PoolAllocator
|