Searched defs:allocate (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | cupmallocator.hpp | 49 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 D | cupmevent.hpp | 47 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 D | memoryManager.hpp | 34 T *allocate(RAJA::Index_type size) in allocate() function
|
| /petsc/src/sys/objects/device/impls/ |
| H A D | segmentedmempool.hpp | 594 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 D | object_pool.hpp | 418 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 D | object_pool.cxx | 472 PetscErrorCode PoolAllocator::allocate(void **out_ptr, size_type size, align_type align, bool *allo… in allocate() function in Petsc::memory::PoolAllocator
|