Searched refs:try_deallocate_chunk (Results 1 – 1 of 1) sorted by relevance
324 PetscErrorCode try_deallocate_chunk(T **, const stream_type *, bool *) noexcept;514 inline PetscErrorCode MemoryBlock<T, A, S>::try_deallocate_chunk(T **ptr, const stream_type *stream… in try_deallocate_chunk() function in Petsc::memory::impl::MemoryBlock840 PetscCall(block.try_deallocate_chunk(ptr, stream, &found)); in deallocate()