8 #ifndef BLACKCATTENSORS_ALLOCATORS_NULL_ALLOCATOR_H_ 9 #define BLACKCATTENSORS_ALLOCATORS_NULL_ALLOCATOR_H_ 12 namespace allocators {
14 template<
class ValueType,
class SystemTag>
30 BC_ASSERT(ptr==
nullptr,
"Null_Allocator passed a non-null ptr");
system_tag system_tag
Definition: null_allocator.h:17
Definition: null_allocator.h:15
Null_Allocator(Null_Allocator< AltT, SystemTag > copy)
Definition: null_allocator.h:26
value_type * allocate(size_t sz)
Definition: null_allocator.h:27
int size_t
Definition: common.h:283
constexpr bool operator!=(const Null_Allocator< U, system_tag > &) const
Definition: null_allocator.h:39
Definition: allocators.h:17
void deallocate(value_type *ptr, size_t sz)
Definition: null_allocator.h:29
#define BC_ASSERT(condition, message)
Definition: common.h:185
constexpr bool operator==(const Null_Allocator< U, system_tag > &) const
Definition: null_allocator.h:34
void copy(const Tensor_Base< Xpr > &rv)
Definition: tensor_utility.h:2
The Evaluator determines if an expression needs to be greedily optimized.
Definition: algorithms.h:22