Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp716 PetscErrorCode allocate_(size_type, value_type **, const stream_type *) noexcept;
752 … SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::allocate_(size_type size, … in allocate_() function in Petsc::memory::SegmentedMemoryPool
808 PetscCall(allocate_(aligned_size, &ret_ptr, stream)); in allocate()