vSMC
vSMC: Scalable Monte Carlo
Static Public Member Functions | List of all members
vsmc::AlignedMemoryMKL Class Reference

Aligned memory using Intel MKL mkl_malloc and mkl_free More...

#include <vsmc/utility/aligned_memory.hpp>

Static Public Member Functions

static void aligned_free (void *ptr)
 
static void * aligned_malloc (std::size_t n, std::size_t alignment)
 

Detailed Description

Aligned memory using Intel MKL mkl_malloc and mkl_free

Definition at line 214 of file aligned_memory.hpp.

Member Function Documentation

static void vsmc::AlignedMemoryMKL::aligned_free ( void *  ptr)
inlinestatic

Definition at line 231 of file aligned_memory.hpp.

static void* vsmc::AlignedMemoryMKL::aligned_malloc ( std::size_t  n,
std::size_t  alignment 
)
inlinestatic

Definition at line 217 of file aligned_memory.hpp.