Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp323 PetscErrorCode try_allocate_chunk(size_type, T **, const stream_type *, bool *) noexcept;
430 inline PetscErrorCode MemoryBlock<T, A, S>::try_allocate_chunk(size_type req_size, T **ptr, const s… in try_allocate_chunk() function in Petsc::memory::impl::MemoryBlock
759 PetscCall(block.try_allocate_chunk(size, ptr, stream, &found)); in allocate_()
767 PetscCall(pool_.back().try_allocate_chunk(size, ptr, stream, &found)); in allocate_()