Home
last modified time | relevance | path

Searched refs:try_deallocate_chunk (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp324 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::MemoryBlock
840 PetscCall(block.try_deallocate_chunk(ptr, stream, &found)); in deallocate()