54 #if STOKHOS_ALIGN_MEMORY && defined(__MIC__)
55 void*
operator new(std::size_t count)
throw (std::bad_alloc) {
58 void*
operator new[](std::size_t count)
throw (std::bad_alloc) {
61 void operator delete(
void *ptr)
throw() {
64 void operator delete[](
void *ptr)
throw() {
static KOKKOS_INLINE_FUNCTION void * alloc(const size_t size)
Allocate aligned memory of given size.
static KOKKOS_INLINE_FUNCTION void free(void *ptr)
Free memory allocated by alloc()