DFT-FE 1.1.0-pre
Density Functional Theory With Finite-Elements
Loading...
Searching...
No Matches
dftfe::utils::MemoryManager< ValueType, memorySpace > Class Template Reference

#include <MemoryManager.h>

Static Public Member Functions

static void allocate (std::size_t size, ValueType **ptr)
 
static void deallocate (ValueType *ptr)
 
static void set (std::size_t size, ValueType *ptr, ValueType val)
 

Member Function Documentation

◆ allocate()

template<typename ValueType, MemorySpace memorySpace>
static void dftfe::utils::MemoryManager< ValueType, memorySpace >::allocate ( std::size_t size,
ValueType ** ptr )
static

◆ deallocate()

template<typename ValueType, MemorySpace memorySpace>
static void dftfe::utils::MemoryManager< ValueType, memorySpace >::deallocate ( ValueType * ptr)
static

◆ set()

template<typename ValueType, MemorySpace memorySpace>
static void dftfe::utils::MemoryManager< ValueType, memorySpace >::set ( std::size_t size,
ValueType * ptr,
ValueType val )
static

The documentation for this class was generated from the following file: