Lines Matching defs:ptr
430 inline PetscErrorCode MemoryBlock<T, A, S>::try_allocate_chunk(size_type req_size, T **ptr, const s… in try_allocate_chunk()
514 inline PetscErrorCode MemoryBlock<T, A, S>::try_deallocate_chunk(T **ptr, const stream_type *stream… in try_deallocate_chunk()
540 inline PetscErrorCode MemoryBlock<T, A, S>::try_find_chunk(const T *ptr, chunk_type **ret_chunk) no… in try_find_chunk()
594 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::allocate(value_type **ptr, size_type n, … in allocate()
603 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::deallocate(value_type *ptr, const device… in deallocate()
612 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::zero(value_type *ptr, size_type n, const… in zero()
630 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::set_canary(value_type *ptr, size_type n,… in set_canary()
752 …StreamType, AllocType, DefaultChunkSize>::allocate_(size_type size, value_type **ptr, const stream… in allocate_()
796 …StreamType, AllocType, DefaultChunkSize>::allocate(size_t req_size, value_type **ptr, const stream… in allocate()
830 …yPool<MemType, StreamType, AllocType, DefaultChunkSize>::deallocate(value_type **ptr, const stream… in deallocate()
863 …Type, AllocType, DefaultChunkSize>::reallocate(size_t new_req_size, value_type **ptr, const stream… in reallocate()