Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmallocator.hpp49 inline PetscErrorCode HostAllocator<T, P>::allocate(value_type **ptr, size_type n, const StreamBase… in allocate() function in Petsc::device::cupm::HostAllocator
104 inline PetscErrorCode DeviceAllocator<T, P>::allocate(value_type **ptr, size_type n, const StreamBa… in allocate() function in Petsc::device::cupm::DeviceAllocator
H A Dcupmevent.hpp47 inline PetscErrorCode CUPMEventPool<T, flags>::allocate(cupmEvent_t *event) noexcept in allocate() function in Petsc::device::cupm::CUPMEventPool
/petsc/src/ksp/ksp/tests/raja/
H A DmemoryManager.hpp34 T *allocate(RAJA::Index_type size) in allocate() function
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp594 inline PetscErrorCode SegmentedMemoryPoolAllocatorBase<T>::allocate(value_type **ptr, size_type n, … in allocate() function in Petsc::memory::impl::SegmentedMemoryPoolAllocatorBase
796 … SegmentedMemoryPool<MemType, StreamType, AllocType, DefaultChunkSize>::allocate(size_t req_size, … in allocate() function in Petsc::memory::SegmentedMemoryPool
/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp418 inline PetscErrorCode ObjectPool<T, Constructor>::allocate(value_type **obj, Args &&...args) noexce… in allocate() function in Petsc::ObjectPool
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx472 PetscErrorCode PoolAllocator::allocate(void **out_ptr, size_type size, align_type align, bool *allo… in allocate() function in Petsc::memory::PoolAllocator