Searched refs:clear_ (Results 1 – 3 of 3) sorted by relevance
174 PetscErrorCode PoolAllocator::clear_(size_type *remaining) noexcept in clear_() function in Petsc::memory::PoolAllocator212 PetscCall(clear_()); in finalize_()366 PetscCallAbort(PETSC_COMM_SELF, clear_(&leaked)); in ~PoolAllocator()
126 PetscErrorCode clear_(size_type * = nullptr) noexcept;388 PetscCall(this->allocator().clear_()); in finalize_()
338 PetscErrorCode clear_(const stream_type *) noexcept;347 PetscErrorCode MemoryBlock<T, A, S>::clear_(const stream_type *stream) noexcept in clear_() function in Petsc::memory::impl::MemoryBlock380 PetscCallAbort(PETSC_COMM_SELF, clear_(&stream)); in ~MemoryBlock()396 PetscCallAbort(PETSC_COMM_SELF, clear_(&stream)); in operator =()